Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

NetworkBehaviour.PreStartClient

public void PreStartClient();

Description

An internal method called on client objects to resolve GameObject references.

It is not safe to put user code in this function as it may be replaced by the network system's code generation process.