Send items to other players

Options
Hi there,

I am using playmaker to setup photon server. So far I have got the chat working fine, the next part i want to work on is how to send items to other players.

My game is a multiplayer game where each player can only see there own avatar. They can chat with each other and I want them to be able send each other items that will appear as a 3d object on the other players screen and play a short animation.

How should I go about sending items to other players?

Thank you

W

Comments

  • Tobias
    Options
    I would use RPCs in that case. Those are good for infrequent messages (like sending a item).
  • Thank you I will look into RPC now.

    All the best

    W