Skip to content

Can I export to HTML with this plugin in Godot 4.3? #89

Closed Answered by dionebigode
dionebigode asked this question in Q&A
Discussion options

You must be logged in to vote

YES THERE IS!

It seems I was using an older script for serving html locally, so a simple update solved it

If you need it, grab it at https://github.com/godotengine/godot/blob/master/platform/web/serve.py

But there is more to it

When exporting, you need to add Extensions AND Thread support on the Options tab.
On the 'Progressive Web App', be sure to check Ensure Cross Origin Isolation Headers. On the Resources, don't forget to add *.json, since it might be ignored

If you're gonna upload it to itch, you need to check an option 'SharedArrayBuffer support', or else you'll get an error message

I managed to run all stories from the examples

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dionebigode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant