bevy_spawnable
A tiny spawn utility for bevy. This crate will helps you:
- encapsulate the spawn logic into a single function or object.
- no worry about builder is
Commands
orChildBuilder
.
(If you need more detailed spawn utility, consider moonshine_spawn as an alternative.)
Usage
see examples
Versions
bevy | bevy_spawnable |
---|---|
0.13 | 0.1 |