Search Issue Tracker
By Design
Unknown (hidden) 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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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