quill icon indicating copy to clipboard operation
quill copied to clipboard

bevy_quill_obsidian will crash if you use StateScoped to remove UI when state changes

Open PhaestusFox opened this issue 7 months ago • 6 comments

I was trying to use StateScoped to despawn my UI when the state change but this results in a crash because bevy_quill_obsidian tries to access the entity for a hover check after it has respawned, what is the correct why to remove UI? I don't think the application should crash if I despawn part of the UI

PhaestusFox avatar Jul 19 '24 07:07 PhaestusFox