Search Issue Tracker
By Design
Votes
0
Found in
2021.3.40f1
2022.3.37f1
6000.0.10f1
Issue ID
UUM-76470
Regression
No
A second "base" Camera shows a black background when MSAA is enabled in a URP project
How to reproduce:
1. Open the “CameraBug.zip“ project
2. Open the “SampleScene“
3. Open the Game view
4. Select the “Assets/Settings/UniversalRP-LowQuality.asset” in the Project tab
5. Change the “Anti Aliasing“ to “2x” in the Inspector
6. Observe the Game view
Expected result: The background is transparent
Actual result: The background is black
Reproducible in: 2021.3.40f1, 2022.3.37f1, 6000.0.10f1
Reproduced on: Windows 11 Pro (23H2)
Not reproduced on: No other environment tested
Notes:
- Similarly, to reproduce you can change the “Anti-aliasing” mode to “SMAA“ for any Camera (only reproducible in 2021.3.40f1)
- Not reproducible in an HD RP project
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
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
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.