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
Apart from exporting the map as data, the user should also be able to export the state as a high resolution PNG.
This should be not too hard to implement right now (see bevyengine/bevy#7163 and bevyengine/bevy#8455), but it requires an update of bevy to the latest version.
Apart from exporting the map as data, the user should also be able to export the state as a high resolution PNG.
This should be not too hard to implement right now (see bevyengine/bevy#7163 and bevyengine/bevy#8455), but it requires an update of bevy to the latest version.
Relevant implementation example: https://github.com/bevyengine/bevy/blob/main/examples/window/screenshot.rs
The text was updated successfully, but these errors were encountered: