Is it possible to send an RPC to another script?

Options

Is it possible to send an RPC to another script?

Answers

  • Tobias
    Options

    RPCs are called on the same networked game object (identified by PhotonView and ViewID). The component that implements it, doesn't really matter.

    So, yes. You just need some other script on the same GO to call it.