Add example for asset dependencies
Open
A-Assets
C-Examples
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## How can Bevy's examples be improved?
https://docs.rs/bevy/latest/bevy/asset/struct.LoadedAsset.html
For my project I have been relying on systems to do nested loading of assets, but asset dependencies simplify this greatly. However, Bevy currently has no examples regarding asset dependencies (which is probably why I never noticed the feature haha).
Bevy should add an example(s) of the asset dependency system.
Contributor guide
Assessment
This issue has not been assessed yet.