NiklasEi / bevy_asset_loader

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

Add Loading statistics #6

Closed BrettWitty closed 2 years ago

BrettWitty commented 3 years ago

It would be handy to get some statistics from AssetLoader so while it's loading we can display some progress UI. It'd be on the programmer to put their systems in the right State and poll AssetLoader appropriately.

NiklasEi commented 3 years ago

Have you seen https://github.com/inodentry/bevy_loading? I am currently working on integrating bevy_loadings progress tracking into bevy_asset_loader. That would make the asset loading compatible with other things you might want to track with your progress bar like connecting to game servers or generating terrain.