We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes while using Bevy, user may receive an entity with some children that do not exist.
New command that remove the given entity's children that do not exist from Children component.
Children
The work around is recreate a Children component and check for child that do not exists.
Started from this Discord discussion.
The text was updated successfully, but these errors were encountered:
Let me know if this feature is worth implementing so I could try my first contribution!
Sorry, something went wrong.
Add ClearInexistenceChildren command. (bevyengine#12438)
ClearInexistenceChildren
3cd4a1f
This will be solved by #12235
Oh, alright then. Not today I guess.
No branches or pull requests
What problem does this solve or what need does it fill?
Sometimes while using Bevy, user may receive an entity with some children that do not exist.
What solution would you like?
New command that remove the given entity's children that do not exist from
Children
component.What alternative(s) have you considered?
The work around is recreate a
Children
component and check for child that do not exists.Additional context
Started from this Discord discussion.
The text was updated successfully, but these errors were encountered: