Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2019.4.X, 2020.1.X
Votes
0
Found in
2019.3
2019.3.11f1
2020.1
2020.2
Issue ID
1244224
Regression
No
[D3D12] Extra/redundant Color Render Target is used for depth and shadow passes
How to reproduce:
1. Launch Unity using RenderDoc
2. Open the attached project named "Case_1244224"
3. Enter Play mode and capture the Game view using RenderDoc
4. Using the RenderDoc's Event Browser select Camera's Shadows.RenderShadowMap -> Shadows.RenderJob
5. Observe the used Render Targets
Expected result: Only the Depth texture is used
Actual result: Both Depth and Color render targets are used when running D3D12
Reproducible with: 2019.3.14f1, 2020.1.0b9, 2020.2.0a11
Could not test with: 2018.4.23f1(Render Event structure was different and Shadows.RenderJob could not be checked for comparison with new streams)
Grpahics APIs tested: D3D11, D3D12, Vulkan, OpenGLCore
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- WebGL sends wrong value with large numbers when SendMessage function is used
- Add Behaviour dropdown has a part in which the dropdown outline is cut out when the Add Behaviour dropdown is opened
Resolution Note (fix version 2019.4):
Fixed in: 2019.4.1f1