Closed BrettWitty closed 2 years ago
Have you seen https://github.com/inodentry/bevy_loading?
I am currently working on integrating bevy_loading
s 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.
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 rightState
and pollAssetLoader
appropriately.