Search Unity

NetworkEvent like UnityEvent

Discussion in 'Netcode for GameObjects' started by BruceKristelijn, Jul 31, 2021.

  1. BruceKristelijn

    BruceKristelijn

    Joined:
    Apr 28, 2017
    Posts:
    107
    Hey, I is there a UnityEvent type object to listen to over network? I ofcourse know about rpc's and could trick it with an int for example. But I am curious if it's build in!
     
  2. luke-unity

    luke-unity

    Joined:
    Sep 30, 2020
    Posts:
    306
    There is currently no built in way for that but as you mentioned you could build your own using RPCs.
     
  3. firebird721

    firebird721

    Joined:
    Jun 8, 2022
    Posts:
    101
    did it changed?
     
  4. BruceKristelijn

    BruceKristelijn

    Joined:
    Apr 28, 2017
    Posts:
    107
    Not sure we created a system using scriptable objects to have our own.
     
    firebird721 likes this.