Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log errors when loading textures from a gltf file (bevyengine#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
- Loading branch information