This version of Unity is unsupported.
Method group is Obsolete

NetworkManager.OnServerReady

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

Declaration

public void OnServerReady(NetworkConnection conn);

Parameters

conn Connection from client.

Description

Called on the server when a client is ready.

The default implementation of this function calls NetworkServer.SetClientReady() to continue the network setup process.