Buffered RPC For Specific Client

Options
Hi, I am using Photon Networking and I need some help with sending a buffered RPC to a specific client. I know I can send an RPC to one client by using “PhotonPlayer.Find (id)” as a photon target in the RPC call. But how will I go about buffering this, so that the player receives it when they get online?

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @solarwater,

    Unfortunately this feature is not currently available.
    Photon events in general (RPC in particular) will not be cached when target actors are specified.
    This information is available in the "Cached Events" documentation page.
  • solarwater
    Options
    Ah, okay. Thanks for letting me know.
  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    You are welcome. I hope you manage to find a workaround.