-
Notifications
You must be signed in to change notification settings - Fork 45
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
Wasm build not working on itch in bevy 0.12.x #48
Comments
First reported in bevyengine/bevy#10157. The bandaid fix for this was shipped in bevyengine/bevy#10623. Remember that you need to insert this resource before adding default plugins. |
Thank you so much <3 |
We should add this config to the template before closing this out :) |
Is this the reason this template is still on Bevy 0.11? Should be bumped to 0.12 if not |
This should be bumped, yes :) |
It's fixed in #49. |
I am trying to put a wasm build on itch but it just doesn't work. I cloned this repo and put it on itch to see why wasm isn't building. Turns out that it is working for bevy
0.11.0
, but not for0.12.x
. I can't believe that this isn't a known issue, but I also have no clue what I could be doing wrong.I am getting the following error when trying to run the
0.12.x
version in the web on itch, which I don't get in the0.11.0
build.Full Console Log
EDIT: It works on my web server, so it's likely an issue with the files/assets location on itch (perhaps with the relative/absolute paths). Note that I still get the errors that meta files are missing, but the game still seems to work as expected.
The text was updated successfully, but these errors were encountered: