![]() # Objective - Fixes #11638 - See [here](https://github.com/bevyengine/bevy/issues/11638#issuecomment-1920508465) for details on the cause of this issue. ## Solution - Modified `AssetLoaders` to capture possibility of multiple `AssetLoader` registrations operating on the same `Asset` type, but different extensions. - Added an algorithm which will attempt to resolve via `AssetLoader` name, then `Asset` type, then by extension. If at any point multiple loaders fit a particular criteria, the next criteria is used as a tie breaker. |
||
---|---|---|
.. | ||
io | ||
processor | ||
server | ||
assets.rs | ||
event.rs | ||
folder.rs | ||
handle.rs | ||
id.rs | ||
lib.rs | ||
loader.rs | ||
meta.rs | ||
path.rs | ||
reflect.rs | ||
saver.rs | ||
transformer.rs |