Player.SetCustomProperties not working

Options
I've made a very elaborated post on StackOverflow about the issue (Photon Network Player.SetCustomProperties not working) but not getting much help yet.

In summary, Player.SetCustomProperties is not working for me.

Im leaving the a link to images that shows the issue happening in 3 steps while I debug.
https://imgur.com/a/YI24dP0

  1. 1- There are 2 Keys in the Player's CustomProperties that I never set (not sure if they're default or something).
  2. 2- Then I directly set player.CustomProperties to a new Hashtable with my property (It works but its not the right approach, its just for show).
  3. 3- I try to update the value of the previous step using SetCustomProperties, nothing happens.

Any ideas? Thanks.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @TheAKIRA,

    Thank you for choosing Photon!

    I just replied on stackoverflow.
    There are 2 Keys in the Player's CustomProperties that I never set (not sure if they're default or something).
    No default custom properties (string keys), those must be added by one of the clients. Double check your code.
  • TheAKIRA
    Options
    Thank you so much @JohnTube
    That was exactly it. You da best!