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
- [Linux] Mouse position is incorrect when playing build on a multiple monitor setup in full screen mode
- PlayerSettings.asset displays incorrect appleEnableAutomaticSigning value
- [Linux] Silent crash on TLSAllocator<(AllocatorMode)0>::ThreadInitialize(unsigned long, char const*) when restarting after setting Graphics API to Vulkan
- AssetBundle allocates more memory when loading it a second time
- Box Collider outlines are not affected in the Game view when changing the 3D Icons option
Resolution Note (fix version 2019.4):
Fixed in: 2019.4.1f1