Search Issue Tracker
Fixed in 2017.3.0f3
Votes
1
Found in
5.4.2f1
Issue ID
847315
Regression
No
Depth not rendered to Temporary Render Textrue when MSAA enabled
When we try to render to "temporary render texture" using CommandBuffer and MSAA is enabled, the depth is not preserved.
Reproduction steps:
1. Open attached project (MSAADepth.zip)
2. Open Test scene (Make sure anti aliasing is not disabled)
3. Hit play
Expected result:
Half of red sphere is visible on black background (See attached image)
Actual result:
Only black bacground is visible (on Unity older than 5.6.0a1 console is also spammed with following error:
"depthSurface == NULL || rcolorZero->backBuffer == depthSurface->backBuffer" )
Reproduced with errors:
Unity 5.2.5f1, 5.3.3f1, 5.4.2f1, 5.4.2p3, 5.5.0b11
Reproduced but without errors:
5.6.0a1, 5.6.0a2
Comments (1)
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
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
CGDever
Jun 11, 2017 23:15
Same problem :(