Hi,
After migration to Bevy 0.15. The screenshot image does not contains the egui GUI anymore. In Bevy 0.14 the GUI was in the screenshot image.
I tried to change the system order, making sure the screenshot commands was sent after the UI was draw, and pretty much any system order I could think of. But without success.
Does anyone have idea on what I should try? Or is this a bug? Is this a bevy_egui bug or a Bevy bug?