NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
474 stars 52 forks source link

Support for more than one AssetCollection in the same Plugin instance #1

Closed NiklasEi closed 3 years ago

NiklasEi commented 3 years ago

Currently, every plugin can only load one AssetCollection. It would be awesome to allow as many as the user needs.

NiklasEi commented 3 years ago

Loading more than one AssetCollection currently needs to be done with multiple systems in separate States due to #2.