Hi,
I'm in the process of uploading a game to Scirra Arcade. On play testing it I noticed the ability to save high scores and any event including LocalStorage no longer work. Is this feature disabled on the Arcade site? If so, is there an alternative function that would work?
Develop games in your browser. Powerful, performant & highly capable.
It should work. However the game runs in a frame (the same as most ads do), and most browsers treat LocalStorage as cookies, and consequently may block it as a privacy feature. You might need to adjust the browser settings in this case.
Hi Ashley,
Thanks for the reply. I've found the issue - I accidentally left the "clear LocalStorage" event in the event sheet, it's working properly now.
Hi again,
The problem's still occurring even after configuring Chrome to allow cookies and removing the Clear LocalStorge event. The Highscore feature works fine when I test the game in Construct 3 but on the Scirra Arcade site it keeps resetting back to zero after a Game Over. I've included the c3p file in case there's an error I've overlooked somewhere.
drive.google.com/open
I re-uploaded the zip file to the arcade and it seems to be working now. Is there a way to remove/delete the previous unpublished game?