Untyped Asset Events
Open
A-Assets
C-Feature
S-Needs-Design
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
Currently, we have `AssetEvent`, which is an event type to get notified about assets of a specific type.
We also have `HandleUntyped`, to allow working with assets of mixed types, in a single collection.
It would be nice if Bevy also provided a single global event type, that is similar to `AssetEvent`, but tracks all assets regardless of type, and provides untyped handles.
This is useful, for instance, to track the loading/unloading of a collection of mixed asset types.
Contributor guide
Assessment
This issue has not been assessed yet.