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
- Adding available Nodes with longer names in Fragment Context window overflow Fragment Context window in Shader Graph
- "Layer Palette Profile" Asset is automatically applied to the second Terrain but doesn't load any layers
- "Terrain Tools" shortcut conflicts with the Overlays shortcut by default
- Longer Shader Graph Property Reference names breaks VFX Graph Output Particle Node
- Inconsistent hotkeys in the Terrain tool with the "Terrain Tools" installed and not installed
CGDever
Jun 11, 2017 23:15
Same problem :(