Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add DynamicAssets::iter_assets method #146

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

inodentry
Copy link
Contributor

In my project I want to iterate over the entire set of dynamic assets that bevy_asset_loader has detected and filter that iterator to load different assets based on the string key.

There was no way to iterate over all dynamic assets, only to lookup/get a specific one. This PR addresses this omission. :)

@NiklasEi NiklasEi merged commit fa7f91e into NiklasEi:main Jul 19, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants