Search Issue Tracker
By Design
By Design in 6000.0.X
Votes
2
Found in
6000.0.11f1
Issue ID
UUM-76675
Regression
No
Uninitialized Camera background causes a yellow background when Render Graph is enabled
How to reproduce:
Open the attached project "URP_RenderGraph_Issue.zip"
Expected results: The Game view window background is yellow
Actual results: The Game view window background is not yellow
Reproducible with: 6000.0.11f1
Not reproducible with: 2021.3.41f1, 2022.3.39f1 (no Render Graph)
Reproducible on: Windows 10 22H2
Not reproducible on: No other environment tested
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
- Crash on CollectAllSceneManagerAndObjectIDs when opening a specific Scene
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
- SetComponentEnabled uses class instead of struct when constraining Enableable Component type
- [iOS] Application.deepLinkActivated does not get invoked while app is running when UIApplicationSceneManifest is added in Info.plist
Resolution Note:
Uninitialised background in the camera means that you cannot rely on the data here. This can be anything and would likely change along the operation performed. You never can assume what would be the content.
To properly rely on a previous camera rendering, please use the Camera Stacking. Alternately you can also use intermediate RenderTexture.
Resolution Note (6000.0.X):
Uninitialised background in the camera means that you cannot rely on the data here. This can be anything and would likely change along the operation performed. You never can assume what would be the content.
To properly rely on a previous camera rendering, please use the Camera Stacking. Alternately you can also use intermediate RenderTexture.