This version of Unity is unsupported.
Method group is Obsolete

NetworkBehaviour.PreStartClient

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

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.