I don't think this is supported by Bevy, nor by any existing third-party crate, yet
It is possible to create your own AssetLoader though, like those crates (and bevy's code) do: https://bevyengine.org/assets/#asset-loading
#GIF images
1 messages · Page 1 of 1 (latest)
The asset system will be reworked in 0.12 though so be aware that defining an AssetLoader might change
I found somebody claiming that there is feature for gif loader but I couldn't find anything more about that: #1069615864543973378 message
Thank you I will try to hack something on my own
Maybe that feature was removed in 0.10? I don't see it in 0.10's doc and I don't see it in the code of main/soon to be 0.11: https://github.com/bevyengine/bevy/blob/ab3b429211b86145c84e352e1a6ef347f0c9657a/crates/bevy_render/src/texture/image_texture_loader.rs#L16
I don't see it in past versions of the code either