Hii,
I would like to ask if there is a way to export ork save game data into cloud (like Google Play Games cloud save, steam cloud) ?
  • Yes, that's possible.
    You can create custom save file handling via extensions. See this documentation on what to base it on.

    The save/load functions of your custom class will get or provide the save data and handle what to do with it, e.g. upload it somewhere and/or save it on disc. E.g. base it on one of the built-in classes (they're in the Makinom source code) and add your code.
    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.