NiklasEi / bevy_asset_loader

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

Fix manually adding dynamic asset files to the DynamicAssetCollections resource #147

Closed NiklasEi closed 11 months ago

NiklasEi commented 11 months ago

At the moment, dynamic asset files are only properly loaded if there is at least one call to add_dynamic_collection_to_loading_state for their specific State/DynamicAssetCollection, because the method is adding some systems to the app that are required to load and insert the collections.