#How to make a component in a component?
4 messages · Page 1 of 1 (latest)
You might be looking for something like hierachy https://github.com/bevyengine/bevy/blob/main/examples/ecs/hierarchy.rs ?
This is not perfectly match your case but can still cover it.
Alright, thanks!