Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey, I am attempting to make a save/load system like yours, (I use godot idk if you do to           I managed to get it to work in-engine but when I export as an HTML it can't access my clipboard

Long story short, How did you get the clipboard to be used in HTML? Please. 🥺🥺🙏

Hey, for Godot web exports on itch.io, clipboard access is blocked because the game runs inside an iframe. Because of that you might have to use a popup that displays the save string so players can manually copy and paste it.

This reddit post might help you set up a similar workaround: https://www.reddit.com/r/godot/comments/1f5ycz6/clipboard_copypaste_workaround_for_webhtml5_build/

(+1)

Thanks! Even though idk how to write javascript I can try!