Crates.io | bevy_spawnable |
lib.rs | bevy_spawnable |
version | 0.1.3 |
source | src |
created_at | 2024-04-21 05:16:28.408869 |
updated_at | 2024-04-24 00:55:41.7141 |
description | tiny spawn utility for Bevy, to encapsulate spawn logic |
homepage | |
repository | https://github.com/funatsufumiya/bevy_spawnable |
max_upload_size | |
id | 1215147 |
size | 105,733 |
A tiny spawn utility for bevy. This crate will helps you:
Commands
or ChildBuilder
.You can use this crate as a kind of like Unity's prefab as a code object, or builder to create entities which have complex structure.
( If you need more detailed spawn utility, consider moonshine_spawn as an alternative. )
see examples
bevy | bevy_spawnable |
---|---|
0.13 | 0.1 |