Search Issue Tracker
By Design
Votes
0
Found in
2019.3.6f1
2019.4
2020.1
2020.2
Issue ID
1254608
Regression
No
[Graphics]CaptureScreenshotIntoRenderTexture output is flipped in the Editor
Reproduction steps:
1. Open the user's attached project "CaptureScreenshotIntoRenderTextureBug.zip"
2. In the Project window under "Scenes" open "SampleScene.unity"
3. Enter Play Mode
4. Click anywhere in the Game view
Expected result: CaptureScreenshotIntoRenderTexture output is not flipped
Actual result: CaptureScreenshotIntoRenderTexture output is flipped
Reproduces on: 2019.4.3f1, 2020.1.0b14, 2020.2.0a17
Could not test on 2018.4.24f1 (due to 'ScreenCapture' does not contain a definition for 'CaptureScreenshotIntoRenderTexture')
Notes:
-Reproduces in Standalone build.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Package Manager lets some packages to be imported when everything in the package is deselected while other packages have the “Import” button greyed out
- The Blackboard scrolls up and selecting Items breaks when Duplicating Items in a scrolled down List
- "Curve" window workspace doesn't update the scale to match the selected curve preset unless reopened
- StackOverflowException occurs and tests fail to load when the Test Runner window is opened while System.Windows.Forms.dll and System.Deployment.dll are present in the project
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
Resolution Note (2020.2.X):
This is by design. We will update documentation to make this clear and in the near future, we will add API that captures output to a RenderTexture with consistent orientation. The user can compensate the orientation differences on non-OpenGL-style platforms by using the Graphics.Blit function.