mrk-its / bevy_webgl2

WebGL2 renderer plugin for Bevy game engine
MIT License
172 stars 46 forks source link

sprite sheets don't work on macOS browsers #43

Open gzzo opened 3 years ago

gzzo commented 3 years ago

I created a minimal repository to reproduce: https://github.com/gzzo/spritesheet_demo

using cargo run you can see the sprite sheet loaded locally

using wasm-pack build --target web --release (and copying the assets to pkg/) you can't see the sprite sheet

mockersf commented 3 years ago

Probably related to #20.

It depends on your browser, its version, your os and your gpu...

gzzo commented 3 years ago

Confirming that this works on:

But does not work on:

mockersf commented 3 years ago

works for me on Firefox macOS (to test: https://mrk.sed.pl/bevy-showcase/#sprite_sheet)

willmcpherson2 commented 3 years ago

All examples working on all browsers for me.