Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey @MyCasualGaming,

Sorry to hear that the progress is not being saved for you!  I will look into it. I am testing my game against Chrome and Firefox, so I haven't encountered this issue yet. Can you tell me which version of Firefox you're using? Also, It would help me to know your Operating System, like Windows, Linux, Android, iOS etc. If you can also share your console log with me, it would help even more! :)

To get access to the console, it's quite easy on Firefox, just press F12 on the keyboard, you will see a bunch of tabs there, one of them is called "Console":

You can copy the console log to https://pastebin.com/ and copy the link to the bin here or send it to me via a private message.

The save data is stored in something called IndexedDB, it's not the same as a cookie. It's a more modern kind of browser storage, and it's super fast compared to other options, that's why I'm using it.


thanks!

-A

Hello Lazy,

I am using Firefox 68 on Windows 8.1 64bit. I already saw the problem by reading the console log - I was blocking third-party cookies previously; after allow everything is working fine.

Sorry for making you trouble! If you are still interested, you will find the console-log here https://pastebin.com/gL1hB5BZ

With best regards,

Alex

No problem, I'm glad the issue is resolved! :)