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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
HarryCodder
Apr 24, 2015 07:22
UpdateDepthTexture is actually always called when the sub camera renders, not only in the OnRenderImage event.