Message fragmentation and PhotonNetwork.ObjectsInOneUpdate

Options

Hi!. Is there a way to tell if a message is being fragmented? I'm under the assumption that it's based on the size of the byte stream that's being populated with my OnPhotonSerializeView's. But PhotonNetwork.ObjectsInOneUpdate is based on the amount of objects being sent rather than their size. If it is based on size, Is there a rough estimate as to what the size of this stream would be before fragmentation occurs? I am asking because I have a moderately large number of objects to send, but I know that their size is fairly small and I would like to increase ObjectsInOneUpdate.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited December 2019
    Options

    Hi @jRocket,

    Looks like PhotonNetwork.ObjectsInOnUpdate is not being used.

    We'll look into it.