Hi,
I'm going to use Playfab for my server backend.
I want to sync users' save data between client and Playfab server. I know how to save/get files or string values to Playfab server.
My questions are:
1: How can I get the ORK save data file ?
2: If I have to use the API, which classes and which methods should I use when get/set the save data?
  • edited February 2019
    If you only want to save to the server (i.e. no local saving), you need to implement a Custom save game method.

    Otherwise, the location of the save files depends on your selected method, e.g. saving to file saves the save games to Application.persistentDataPath, the file names are savegame0.save, savegame1.save, etc.
    Post edited by gamingislove on
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.