Can't take transparent screenshots #18229
Labels
A-Rendering
Drawing game state to the screen
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
Bevy version
0.15.0
What you did
I have this system:
Then I try screenshot with the image as the target
What went wrong
In the screenshot it always has a black background. I tried
ClearColorConfig::Custom(Color::NONE)
too, but that just had pitch black screen (wouldn't even show foreground anymore)I would've expected it to be transparent because there's an alpha channel to the format and because of the clear color
The text was updated successfully, but these errors were encountered: