Search Unity

Preferred way of message sending with NWclient/Server; individual msg vs List?

Discussion in 'Multiplayer' started by rob_vld, Oct 19, 2017.

  1. rob_vld

    rob_vld

    Joined:
    Jul 9, 2013
    Posts:
    191
    When you have a client-server connection based upon NetworkClient/Server on lets say a reliableTCPchannel... what kind of message sending is preferred?

    Lets assume you got 100CC players, would it matter if you send out 100 individual messages to each player or would you want to collect them and send out a list to each player ?

    Thanks