This version of Unity is unsupported.
Method group is Obsolete

NetworkManager.OnClientNotReady

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

Declaration

public void OnClientNotReady(NetworkConnection conn);

Parameters

conn Connection to a server.

Description

Called on clients when a servers tells the client it is no longer ready.

This is commonly used when switching Scenes.