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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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