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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
CGDever
Jun 11, 2017 23:15
Same problem :(