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.

Question How can I store the data with SocketWeaver?

Discussion in 'Multiplayer' started by FriedPollo, Oct 30, 2020.

  1. FriedPollo

    FriedPollo

    Joined:
    Sep 24, 2020
    Posts:
    13
    Hi there, I'm trying to understand how to save data online like:

    -id/pass
    -achivements
    -purchase in the game

    how can I do that with SocketWeaver?
     
  2. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,824
    To "save data online" you use a database. From a quick look at the documentation, a cloud database doesn't appear to be one of SocketWeaver's built in features - maybe I missed it, but I don't see it.

    The things you want to track are usually handled by the specific marketplace API anyway (Steam API for example).
     
  3. FriedPollo

    FriedPollo

    Joined:
    Sep 24, 2020
    Posts:
    13
    I'm going to release on Android and iOS, do you think they manage those data?