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
In Bevy 0.14 the code from the screenshot example was capturing the GUI in the screenshot. After updating to 0.15 and changing the code to use the new Bevy 0.15 screenshot API. The GUI is not visible in the screenshot anymore.
I do not know if this should be reported as a Bevy issue or as a bevy_egui one. I tried changing the system orders (to send the screenshot command in PostUpdate, after EguiSet::ProcessOutput) without any success.
The text was updated successfully, but these errors were encountered:
In Bevy 0.14 the code from the screenshot example was capturing the GUI in the screenshot. After updating to 0.15 and changing the code to use the new Bevy 0.15 screenshot API. The GUI is not visible in the screenshot anymore.
I do not know if this should be reported as a Bevy issue or as a bevy_egui one. I tried changing the system orders (to send the screenshot command in
PostUpdate
, afterEguiSet::ProcessOutput
) without any success.The text was updated successfully, but these errors were encountered: