NetworkBehaviour

Adding a NetworkBehaviour derived component at run-time is not yet supported.

NetworkBehaviour(s) cannot be added to objects directly. This script must be inherited from before it may be included on an object. Inheriting from NetworkBehaviour allows access to communications and other useful datas about the network, server, and client.

Last updated