Saving and Loading for all platforms [Storage]

0 favourites
  • 3 posts
From the Asset Store
A pack of 76 platform designs for a platformer game with a mushroom/jungle theme
  • Looking for verification.

    Since I'd rather have one project that covers all platforms, I assume that in order to cover saving and loading I would need to incorporate both local storage for Mobile, and web storage for PC/Mobile?

    I'm quite new with Construct, and I gather that largely regardless of OS, construct is presented in a Web wrapper, so I'm not sure if the Web Storage would work for all platforms, or whether I put a condition around the save/load routines with the 'isMobile' options.

    To be specific, I"m currently only looking at saving and loading options, and not for specific save/load code, more the structure around saving/loading multiple platforms.

    Cheers.

  • just use localstorage.

    but if you want the user to be able to fetch the same progress/variables on different platforms/mobiles/computers, then you need to store it online in some backend tool.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • just use localstorage.

    but if you want the user to be able to fetch the same progress/variables on different platforms/mobiles/computers, then you need to store it online in some backend tool.

    Thanks for the feedback. While alternative platforms is nice, its a pain, so that I can live without.

    The local/web storage is the feedback I was looking for.

    Thank you.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)