Legacy Documentation: Version 5.1
NetworkReader
NetworkStartPosition

NetworkServer

NetworkServer is a UNET High-Level-API class that manages connections from multiple clients.

Properties

Property: Function:
connections The set of active connections to remote clients.
localConnections The set of active connections to local clients.
handlers The set of registered message handler function.
objects The set of spawned objects with NetworkIdentities.
active True if the server is listening and running (static).
localActiveClient True if there is a local client in the same process; this server is a “Host”.
numChannels The number of configured NetworkTransport QoS channels.
NetworkReader
NetworkStartPosition