Search Unity

Could not find target object with netId

Discussion in 'Multiplayer' started by MaxFrax96, Sep 25, 2017.

  1. MaxFrax96

    MaxFrax96

    Joined:
    Nov 18, 2012
    Posts:
    11
    Hi, everyone,

    sometimes my RPC calls fail with the message "Could not find target object with netId [...]".

    I'm aware that there's a moment of no synchronisation between my server and client and for me it's okay. I was wondering if there's a way to catch this sending failure by code and manage it.

    In my case, I'll probably just resend the RPC call to the specific RPC.

    Thank you all in advance