AssetLoaders with same extensions and labeled assets #14960
Unanswered
KirmesBude
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I recently came across an issue with two AssetLoaders with the same extension, where I want to use labeled assets. Example can be found here https://github.com/KirmesBude/bevy_labeled_asset_conflict.
If you are loading the "top" Asset it can use the Asset type to infer the correct AssetLoader. But if I want to load a labeled asset, this does not seem to work anymore. What is the proper way to deal with this?
Beta Was this translation helpful? Give feedback.
All reactions