SendRate

Options
Silly question maybe.

But when it set:

PhotonNetwork.sendRate = someValue;
PhotonNetwork.sendRateOnSerialize = someValue;

Does it chnage for the whole server or is it possible to set it per room?

Comments

  • Tobias
    Options
    This is not synced or set for the room.
    Most of the time, the game should be fine with some setting.
    You still have some control over how much you send, by not adding values to the PhotonStream in OnPhotonSerializeStream().