NiklasEi / bevy_asset_loader

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

Do not overwrite loading schedule #68

Closed NiklasEi closed 2 years ago

NiklasEi commented 2 years ago

Make sure all configuration and scheduling can be done multiple times without overwriting.

resolves #60