-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Demo] Use custom html (web export) #6
Comments
Could you go into more detail as to what this error is? I'm interested in using godot-matcha, but I want to know what I'm getting myself into |
Its no error that comes from godot-matcha. Its a typical problem with web exports of godot. See: https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_web.html#serving-the-files This issue just exists because i host a demo of godot-matcha in github pages. This requires me to use the "coi-serviceworker" workaround mentioned in the link above. So if people use my demo in private window, they will get an error page. |
PS: Im reworking the library to use mqtt. The API will be changed alot but be more stable (hopefully). |
Hey, I still don't know much about mqtt but got curious about the rationale of why using it over WebRTC and whether this would still support direct connections — I suppose so since the implementation will likely still rely on WebTorrent for signaling? Sorry for bothering, just interested in reading more about it |
its webtorrent vs mqtt. |
We should use a custom html in the demo web export to explain the "COI" error and what to do about it. (Allow service worker)
The text was updated successfully, but these errors were encountered: