Loads cannot be cancelled if the asset loader creates a labeled asset.
Open
A-Assets
C-Bug
S-Needs-Investigation
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
Bevy main, commit: ea8f22eb
Normally, if you drop the handle when loading an asset, the load will be cancelled. This does not work if the asset loader creates a labeled asset however. In this case, the loader will "keep itself alive" since it is holding a handle to the subasset.
Contributor guide
Assessment
This issue has not been assessed yet.