ObjectNet provides a full API to allow the developer to send and listen to events by code.


That event can be global or local. Global Events can be listened to or sent by any part of your code, on the other hand, Local Events can only be sent or caught by the object who sends and listens to this event.


This section will cover Global Event, the Object Event is covered on  NetworkBehaviour section.