Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML5 Export not working #49

Open
St0l3nID opened this issue Dec 23, 2024 · 1 comment
Open

HTML5 Export not working #49

St0l3nID opened this issue Dec 23, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@St0l3nID
Copy link

St0l3nID commented Dec 23, 2024

More of a question, is it possible this library does prevent the project from being exported as HTML5?

I'm using Godot to make a small game running during my streams, and i also use one scene of the project as a webapp for players to preview customizations on a webapp. The webapp part doesnt use the Twitcher parts at all but ever since i integrated it i cant seem to get the webscene to work in browser anymore.

I already tried disabling the resources in the export tab but i guess there is something preventing the export in general to work proberly?

Any input on that?

@kanimaru
Copy link
Owner

HTML5 doesn't work right now. Cause I overoptimized HTTP implementations. I'm working already to fix it in version2. When you want to fix it in your version look into the HTTP Client and close the client after a request and open the client again. Cause that's what / wrong. To save performance I let the connnection be open but it wont work with web builds

@kanimaru kanimaru added the bug Something isn't working label Jan 31, 2025
@kanimaru kanimaru self-assigned this Jan 31, 2025
@kanimaru kanimaru added this to the v2 milestone Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants