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
- Crash on PluginManager::RefreshPlugins when closing the Editor without making any changes with JetBrains Rider selected as the External Code Editor and Google Mobile Ads third-party plugin imported
- GetMainLight() returns incorrect distanceAttenuation value for a Custom Shader when URP Forward+ Rendering Path is used
- Standalone Profiler crash on GuidReservations::Reserve when it is opened on a specific project
- m_RenderPipelineGlobalSettingsMap or m_SRPDefaultSettings is pointing to UnityEngine.Rendering.HighDefinition.HDRenderPipeline when High Definition RP package is removed
- Rendering Debugger fields have no padding at the bottom of the fields list
HarryCodder
Apr 24, 2015 07:22
UpdateDepthTexture is actually always called when the sub camera renders, not only in the OnRenderImage event.