You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deleting a fiducial that belongs to a group will permanently block any other fiducial in its drawing from being able to join that group.
We're not handling the case where fiducials get deleted and their group needs to be made re-available. And then there's also no mechanism to recover the group for the drawing.
We should have a better pipeline for deleting items that doesn't rely so much on Bevy's despawning feature. Ideally that pipeline should:
Ensure we can properly clean up situations like this one
Allow us to support an undo buffer, so things aren't permanently deleted
The text was updated successfully, but these errors were encountered:
Before proceeding, is there an existing issue or discussion for this?
Description
Deleting a fiducial that belongs to a group will permanently block any other fiducial in its drawing from being able to join that group.
We're not handling the case where fiducials get deleted and their group needs to be made re-available. And then there's also no mechanism to recover the group for the drawing.
We should have a better pipeline for deleting items that doesn't rely so much on Bevy's despawning feature. Ideally that pipeline should:
The text was updated successfully, but these errors were encountered: