mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
7b5a4ec4ed
# 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. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |