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.
NetworkBehaviour
NetworkIdentity
RequireComponent(typeof(NetworkIdentity))
Last updated 2 years ago