Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Entity hierarchy when only using the bevy_ecs crate? #3954

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
eboatwright opened this issue Feb 15, 2022 · 1 comment
Closed

Entity hierarchy when only using the bevy_ecs crate? #3954

eboatwright opened this issue Feb 15, 2022 · 1 comment

Comments

@eboatwright
Copy link

I want to use the Bevy ECS with the Macroquad rendering. So, I've got most of it done, I just wanted to know if there was already an entity hierarchy system inside the bevy_ecs crate. I couldn't find anything, so I was making sure that there wasn't a way to do it before I jump into trying to do it myself.

@alice-i-cecile
Copy link
Member

What you really want is relations: #3742. As that is not yet implemented (and won't be for a while), I would suggest writing your own tool. The discussion in that linked issue is helpful, if somewhat overwhelming, and you can look at how bevy_transform does it as well.

@alice-i-cecile alice-i-cecile converted this issue into discussion #3955 Feb 15, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants