question in photon pun2

Options
1st player getting his score and 2nd player getting 1st player and his score but 1st player not getting 2nd player score , i am new to photon someone please help me!

Answers

  • sdsdink
    sdsdink
    edited March 2021
    Options
    you need to transfer this information via rpcs. (or sync the variables)

    when the score changes, notify each player the updated score with the rpc. You may want to do some server checks when you understand more of what you're doing.