Search Issue Tracker
Fixed
Votes
5
Found in
5.0.1p1
Issue ID
691793
Regression
No
[Camera] Calling Camera.Render in OnRenderImage always clears the depth buffer
To reproduce:
1. Open attached project
2. Open DepthTextureBug scene
3. Press play
4. Select main camera
5. Select On Render Image
6. Notice that the depth buffer is cleared and everything appears blurry
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
- 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
- Files in the target folder are deleted without a proper warning when building an iOS project
HarryCodder
Apr 24, 2015 07:22
UpdateDepthTexture is actually always called when the sub camera renders, not only in the OnRenderImage event.