sync_simple_transforms
only checks for removed parents and doesn't filter for Without<Parent>
#9517
Labels
sync_simple_transforms
only checks for removed parents and doesn't filter for Without<Parent>
#9517
Bevy version
Bevy main 3aad5c6
What you did
run it and you get:
after pressing space:
What went wrong
sync_simple_transforms
only checks for removed parents and doesn't filter forWithout<Parent>
, so it overwrites theGlobalTransform
of non-orphan entities that removed and then added a parent since the last update.The text was updated successfully, but these errors were encountered: