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.

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.