Search Unity

Communicate with server

Discussion in 'Multiplayer' started by gnu93, Dec 14, 2017.

  1. gnu93

    gnu93

    Joined:
    Oct 6, 2017
    Posts:
    2
    Hi,

    I want to try to develop a game where a user just plays a single player game but in the end when it's finished he just sent the score to some server and waits for a response to see if he was the best player.
    That server will be connected with other players to. It's like a webserver
    Is this possible?


    Best regards
     
    Last edited: Dec 14, 2017
  2. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    You could host a webserver and use http requests to push the score to the server and pull top scores from it, you could integrate with existing leaderboard functionality from the various platforms, or you could use an online database package.