Problems after updating Photon unity network

Options
I had updated my Photon unity Network to latest version. I am facing problems in getting the Player Properties of client in multiplayer game.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @Harshit,

    Do you confirm that you have updated to v1.69?
    can you explain what do you mean by "getting the Player Prooperties of client in multiplayer game"? a code snippet maybe of what you're doing...
  • Harshit
    Harshit
    edited June 2016
    Options
    HI @JohnTube mod

    Yes , Its Confirm that i updated to V1.69.
    Properties are like player Id, Gun Id etc. of that player who has playing on different Device.
  • Tobias
    Options
    Does this happen in the Editor as well? Or on specific devices / builds?
  • Harshit
    Options
    Hi @Tobias admin
    yes , it is happening in editor as well.
  • Harshit
    Options
    Hi @Tobias admin
    yes , it is happening in editor as well.
  • Tobias
    Options
    You do use SetProperties to set the values?
    And your property keys are strings?

    Please package a small repro case for us with instructions how to test this, if you can't make sense of it.
  • Harshit
    Harshit
    edited June 2016
    Options
    yes i use SetProperties to set the values and i got properties are null.
  • Tobias
    Options
    > Please package a small repro case for us with instructions how to test this, if you can't make sense of it.