We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I created a minimal repository to reproduce: https://github.com/gzzo/spritesheet_demo
using cargo run you can see the sprite sheet loaded locally
cargo run
using wasm-pack build --target web --release (and copying the assets to pkg/) you can't see the sprite sheet
wasm-pack build --target web --release
The text was updated successfully, but these errors were encountered:
Probably related to #20.
It depends on your browser, its version, your os and your gpu...
Sorry, something went wrong.
Confirming that this works on:
But does not work on:
works for me on Firefox macOS (to test: https://mrk.sed.pl/bevy-showcase/#sprite_sheet)
All examples working on all browsers for me.
No branches or pull requests
I created a minimal repository to reproduce: https://github.com/gzzo/spritesheet_demo
using
cargo run
you can see the sprite sheet loaded locallyusing
wasm-pack build --target web --release
(and copying the assets to pkg/) you can't see the sprite sheetThe text was updated successfully, but these errors were encountered: