setcustomproperties problem PUN2

good afternoon we have the following problem. we generate a hashtable with the custonproperties of the photonview. when entering the room the first player transmits his hashtable in the room, when the second player enters he sees the customproperties of the first player but from the client who entered the room first the customproperties of the last one returns blank values.
we already try to add the values in OnjoinedRoom, OnPhotonInstantiate and in OnPlayerPropertiesUpdate always with the same result, it is not possible to recover the values of the last player that enters the room. but if the player goes out of the room and enters again, he sees the tables of the player who remained in the room. In summary we can not see the info of the last player who entered.
From already thank you very much

Comments