You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
bevy_fluent
expects aHandle<LoadedFolder>
to work, butbevy_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 aVec<UntypedHandle>
in the future, but other libraries might want aHandle<LoadedFolder>
, it would be convenient forbevy_asset_loader
to offer it for collections.The text was updated successfully, but these errors were encountered: