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

Allow to have a Handle<LoadedFolder> #217

Open
Selene-Amanita opened this issue May 20, 2024 · 0 comments
Open

Allow to have a Handle<LoadedFolder> #217

Selene-Amanita opened this issue May 20, 2024 · 0 comments

Comments

@Selene-Amanita
Copy link

bevy_fluent expects a Handle<LoadedFolder> to work, but bevy_asset_loader doesn't allow to have one directly.

It is possible to get around it: kgv/bevy_fluent#43 (comment) but it is tedious.

bevy_fluent should accept a Vec<UntypedHandle> in the future, but other libraries might want a Handle<LoadedFolder>, it would be convenient for bevy_asset_loader to offer it for collections.

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

No branches or pull requests

1 participant