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
- Popup windows spawn on the incorrect monitor when the Editor is placed near the boundary of scaled monitor next to a monitor with different scaling
- Hidden Tabs do not shift into empty space after closing visible Tabs
- [Android] Application not deployed on a device when "activity-alias" is used in the AndroidManifest
- Shader compile process adds shader ID to the constant buffer name when the word "Globals" is being used in Vulkan
- Audio Mixer Snapshot link to the documentation isn’t working
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