Search Issue Tracker
Fixed in 10.2.0
Fixed in 7.5.2
Votes
0
Found in [Package]
2019.4.9f1
Issue ID
1278763
Regression
Yes
[URP] Game view is not rendered correctly when renderer feature set to "After Rendering Shadows"
How to reproduce:
1. Open attached "URPFeatures.zip" project and Scenes/SampleScene scene
2. Select UniversalRenderPipelineAsset asset
3. Disable SRB Batcher
4. Observe the Game view
Expected result: The Game view is rendered correctly
Actual result: The Game view is not rendered correctly
Reproducible with: 2019.4.11f1, 2020.1.6f1, 2020.2.0b4 (URP 7.0.0 - 7.5.1, 8.2.0, 10.0.0-preview.26 )
Not reproducible with: 2020.1.6f1, 2020.2.0b4 (URP 8.1.0, 9.0.0-preview.14 - 9.0.0-preview.55 )
Notes:
1. When the renderer feature set to "After Rendering Shadows". SRP Batcher does not have an impact (URP 7.0.0 - 7.4.3, 8.2.0, 10.0.0-preview.26)
2. When the renderer feature set to "After Rendering Shadows" and SRP Batcher is disabled (URP 7.5.1)
3. Not reproducible when the renderer feature is not set to "After Rendering Shadows"
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Resolution Note (fix version 10.2.0):
Calling DrawRenderers before BeforeRenderingPrepasses will not work as at this point the pipeline always expect monoscopic rendering and the camera matrices are not setup. RenderObject feature UI is now updated to only show the valid events that allow to draw objects from the camera perspective and that support stereo. The pipeline also internally validates that this is the case.
Resolution Note (fix version 7.5.2):
Fixed in URP 7.5.2