How many hasthable values does PUN support?

Options

Esteemed,

How many hasthable values does PUN support on SetPlayerCustomProperties, for example?

Thanks!

Answers

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options

    Hi @Leonardo,

    Thank you for choosing Photon!

    Good question!

    I think there could be three limits:

    • serialization limit
    • memory limit
    • safety/security/protection limit

    Also this depends also on the size as you need to take into consideration the whole size of the hashtable or the size of each key or each value.

    In any case, I think you're not going to have hundreds or thousands of elements there aren't you?

    So I think it's safe to store less than 500 pairs. But the less the better and the smaller the better.

  • Leonardo
    Options

    Hi John!

    Thank you very much!!!