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
- Character text is not bold in the title of GameObjects in the Inspector when naming using specific language characters
- IndexOutOfRangeException and GUI Error get thrown in Scene View when Articulation Body Edit Joints is set to "Edit the joint angular limits"
- Volumetric fog is not rendered around GameObjects that are baked with APV when Sky Occlusion is enabled
- UI Text color is incorrect when text is rendered on SubMeshUI
- "Invalid SortingGroup index set in Renderer" errors when making many modifications in same frame
HarryCodder
Apr 24, 2015 07:22
UpdateDepthTexture is actually always called when the sub camera renders, not only in the OnRenderImage event.