Any way to store information about players to make ranking systems/track stats serverside?

Options
I'm trying to create a competitive game, and I would like to create systems to rank players and track certain statistics about them. Obviously I would prefer this data to be protected, and the best way to do it as far as I can see is to somehow store that information on a server. Does PUN offer any way for me to do this?

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @alantgoff,

    Thank you for choosing Photon!

    PUN does not offer data persistence or player profiles at all.
    You need to use another service for this like PlayFab for example.