Search Issue Tracker
By Design
By Design in 2022.2.X
Votes
0
Found in
2022.2.0b3
Issue ID
UUM-2739
Regression
No
When Blitting RT that was set in camera.targetTexture to Backbuffer in the Editor the GameView RT is lost
Reproduction steps:
1. Open attached Project
2. Press Play
Expected Result: The Scene Renders
Actual Result: The Scene fails to Render
Reproducible with: 2020.3.14f1, 2021.1.16f1, 2021.2.0b4, 2022.1.0a3
Could not test with: 2019.4 (Compiler errors)
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
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
- Multiple "[...] is inaccessible due to its protection level" errors are thrown when opening project with Unity Version Control installed
- Sorting icons are tiny and misaligned in Import Activity window
- The Undo system does not record HideFlags.HideInHierarchy changes
- [Linux] Bug Reporter window is in Light mode when the Editor theme is Dark mode
Resolution Note:
The system wants to output camera.activeTexture but due to the blit a different RT is being set. This is not supposed to work
Resolution Note (2022.2.X):
The system wants to output camera.activeTexture but due to the blit a different RT is being set. This is not supposed to work