Net Behavior

This class derives from the NetworkBehaviour class and specifies that this component must have a NetworkIdentity property with the RequireComponent(typeof(NetworkIdentity)) attribute. NetworkIdentity represents the network identity of the object.

Last updated