Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

NetworkManager.GetStartPosition

Switch to Manual
public function GetStartPosition(): Transform;

Returns

Transform Returns the transform to spawn a player at, or null.

Description

This finds a spawn position based on NetworkStartPosition objects in the scene.

This is used by the default implementation of OnServerAddPlayer.