bevy_spawn_observer
[!WARNING] This crate will stop being maintained after a final update to Bevy 0.18 in the future.
You can already use the experimental
bevy::ui_widgets::observein 0.17, and a proper upstream solution is planned for 0.18.
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.17 | 0.2 |
| 0.16 | 0.1 |
License
This crate is available under either of MIT or Apache-2.0 at your choice.