This version of Unity is unsupported.
Method group is Obsolete

NetworkServerSimple.Update

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

Declaration

public void Update();

Description

This function pumps the server causing incoming network data to be processed, and pending outgoing data to be sent.

This should be called each frame, and is called automatically for the server used by NetworkServer.