Posted February 22, 2021 by Finn Steffen
#update #save system
It has come to my attention that there was an issue with the clipboard save functionality in the browser version. This has now been resolved.
What happened?
It turns out that, for security reasons, Unity can't directly access a user's clipboard, so the method that I was using to copy/paste save codes didn't work as intended in the browser.
What now?
I updated the HTML5 version of the game to pop up a browser input dialog for copying/saving pastes, which has resolved the issue.
Apologies to anyone who lost their save data due to this issue.