NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
506 stars 56 forks source link

Investigate pattern to support asset changes without a loading state #230

Open NiklasEi opened 4 months ago

NiklasEi commented 4 months ago

Currently, features like loading folders, changing the sampler of an image asset or dynamic assets only work with a loading state. Maybe we could use events and something like hooks to support these features without a loading state.

See #229