NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
485 stars 54 forks source link

Support loading lists of files #48

Closed NiklasEi closed 2 years ago

NiklasEi commented 2 years ago

Support loading lists of assets as Vec<HandleUntyped> or Vec<Handle<T>>. This should work with listing the files in an attribute and as a dynamic asset.

See #44 for motivation