bevyengine / bevyengine/bevy

Untyped Asset Events

Open
#2,457 1 comment 4 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.