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
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
CGDever
Jun 11, 2017 23:15
Same problem :(