duplicate preregistration for type bevy_render::texture::image::Image
.
#11896
Labels
A-Assets
Load files from disk to use for things like images, models, and sounds
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Bevy version
main, should be related to #11644
What you did
Run any example from the Bevy repo
What went wrong
It logs
But as a Bevy user I can't do anything and don't know the actual impact.
Additional information
The
ImagePlugin
first register the asset loaderHdrTextureLoader
which can loadImage
assetsbevy/crates/bevy_render/src/texture/mod.rs
Line 84 in fe777d5
Then it preregister the asset loader
ImageLoader
that loadsImage
assetsbevy/crates/bevy_render/src/texture/mod.rs
Line 122 in fe777d5
So
Image
assets are registered twice (could be more depending on features)The text was updated successfully, but these errors were encountered: