See jakobhellermann/bevy-inspector-egui#295. bevy_egui forces the CursorIcon component on the entity with a Camera instead of the one with a Window like Bevy does. This causes issues with queries for CursorIcon as it seems this component is dynamically added and removed. Eventually some of my queries fail while bevy_inspector_egui says they should succeed, likely because of system ordering.
See jakobhellermann/bevy-inspector-egui#295.
bevy_eguiforces theCursorIconcomponent on the entity with aCamerainstead of the one with aWindowlike Bevy does. This causes issues with queries forCursorIconas it seems this component is dynamically added and removed. Eventually some of my queries fail whilebevy_inspector_eguisays they should succeed, likely because of system ordering.