LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

NetworkLobbyManager.gamePlayerPrefab

public GameObject gamePlayerPrefab;

Description

This is the prefab of the player to be created in the 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].