bevy_spawn_observer
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.16 | 0.1 |
License
This crate is available under either of MIT or Apache-2.0 at your choice.