NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
482 stars 53 forks source link

Add option to load collection as map of path to handle #97

Closed NiklasEi closed 1 year ago

NiklasEi commented 1 year ago

This adds the attribute mapped to load a folder into a map of the file path inside the folder and it's asset handle. See the new example for some code.

Resolves #32