bevy_spawn_observer
[!WARNING] This crate is no longer maintained and will not be updated to new versions of Bevy past 0.18.
You can already use the experimental
bevy::ui_widgets::observesince 0.17, and a proper upstream solution is expected to land at some point (see #14204 and #17607).
This crate provides SpawnObserver,
a custom SpawnableList
enabling you to add observers to your bundles.
use ;
use SpawnObserver;
// With `bevy_spawn_observer`:
// Without `bevy_spawn_observer`:
See a full example here.
Bevy version compatibility
bevy version |
bevy_spawn_observer version |
|---|---|
| 0.18 | 0.3 |
| 0.17 | 0.2 |
| 0.16 | 0.1 |
License
This crate is available under either of MIT or Apache-2.0 at your choice.