File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -380,6 +380,29 @@ _Discussions: [Twitter](https://twitter.com/ManevilleF/status/152731386119952793
380380[ bevy_silk ] : https://github.com/ManevilleF/bevy_silk
381381[ ManevilleF ] : https://twitter.com/ManevilleF
382382
383+ ### [ bevy_asset_loader]
384+
385+ [ bevy_asset_loader] by [ @nikl_me] is a Bevy plugin that helps with asset
386+ loading and asset organisation. It greatly reduces boilerplate code for
387+ loading states and can resolve asset configuration at run time.
388+
389+ This month, version ` 0.11.0 ` was released. It supports loading lists of files
390+ as ` Vec<HandleUntyped> ` or ` Vec<Handle<T>> ` . This is an alternative to loading
391+ folders, which is not supported on the web. You can now track the loading
392+ progress of your assets with [ iyes_progress] and build loading bars.
393+ Integrating with [ iyes_loopless] gives you some benefits of stageless
394+ scheduling in current Bevy. Additionally, the loading of assets fields
395+ without attributes was improved. It now uses the ` FromWorld ` trait
396+ instead of ` Default ` .
397+
398+ More improvements will likely follow for the dynamic asset story. One goal
399+ is to allow loading any custom values as dynamic assets.
400+
401+ [ bevy_asset_loader ] : https://github.com/NiklasEi/bevy_asset_loader
402+ [ @nikl_me ] : https://twitter.com/nikl_me
403+ [ iyes_loopless ] : https://github.com/IyesGames/iyes_loopless
404+ [ iyes_progress ] : https://github.com/IyesGames/iyes_progress
405+
383406## Popular Workgroup Issues in Github
384407
385408<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments