Any tutorials on Photon in unity Multiple players competing for score?

Hi gang I’m trying to implement a score system where in my game 5 players compete for the highest score was wondering if photon has any built in scoring system or keeping track of which connected player has what score? (incase a player drops act)

Hi,

yes, Photon has some integrated functionality for that. You can for example check out the Pickup Demo which is included in the PUN package. It uses the score system which is built on the custom player properties. So each player has its own score value and these are synchronized across the network.