bevy/crates/bevy_gltf/src
François 7835c92647 Log errors when loading textures from a gltf file (#2260)
When loading a gltf, if there is an error loading textures, it is completely ignored.

This can happen for example when loading a file with `jpg` textures without the `jpeg` Bevy feature enabled.
This PR adds `warn` logs for the few cases that can happen when loading a texture.

Other possible fix would be to break on first error and returning, making the asset loading failed
2021-06-08 02:46:44 +00:00
..
lib.rs make more information available from loaded GLTF model (#1020) 2020-12-31 14:57:15 -06:00
loader.rs Log errors when loading textures from a gltf file (#2260) 2021-06-08 02:46:44 +00:00