Replies: 3 comments 6 replies
-
I've converted this to a discussion for now, as it's not clear how universal this is, or how to reproduce / fix it. How are you doing asset loading? Can you share your project in a runnable state, ideally with source? Can you make a minimal reproduction? |
Beta Was this translation helpful? Give feedback.
-
https://github.com/v-kat/bevy_bad_render_bug_repo It's a simple webp bevy_sprite reproduction of |
Beta Was this translation helpful? Give feedback.
-
I think the |
Beta Was this translation helpful? Give feedback.
-
Bevy version
0.13.1
What you did
I have a simple web game with a login page using
webgl2, bevy_render, and webp
when I try to open it on iOS I was seeing aWebGL: INVALID_ENUM: framebufferTexture2D: invalid attachment
error with arelease
build and aERROR /home/name/.cargo/git/checkouts/bevy-ead6b24628909bd0/13fbf52/crates/bevy_asset/src/server/mod.rs:302 Failed to load asset 'image.webp' with asset loader 'bevy_render::texture::image_loader::ImageLoader': Could not load texture file: Error reading image file image.webp: failed to load an image: out of memory, this is an error in `bevy_render`.
error with adev
build. The asset is only 363Kb.What went wrong
The game isn't playable on mobile safari
Beta Was this translation helpful? Give feedback.
All reactions