Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Discussion How to save a player's score and display it to other players?

Discussion in 'Scripting' started by adnanabbas99j, Oct 26, 2022.

  1. adnanabbas99j

    adnanabbas99j

    Joined:
    Oct 26, 2022
    Posts:
    2
    I want to make a simple game where each player's score is stored in a database or server and you can see other player's scores and nicknames on the leader board.
    It is not necessary that the score in the leader board be updated every second, I think an update every 10 minutes will be enough. What is the simplest and cheapest solution to this problem?
     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    33,683
    This is a very well-traveled area:

    Screen Shot 2022-10-26 at 9.23.07 AM.png