Search Issue Tracker
By Design
Votes
0
Found in
2022.3.56f1
6000.0.35f1
6000.1.0b3
6000.2.0a1
Issue ID
UUM-96042
Regression
No
_CameraDepthTexture is not generated when SSAO and Depth Texture options are enabled in URP Asset
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Scenes/SampleScene.unity” Scene
3. Open Frame Debugger (Window > Analysis > Frame Debugger)
4. Select “(RP 2:0) Draw Skybox“ drop-down arrow
5. Select the “Camera.RenderSkybox” drop-down arrow
6. Select “Draw Mesh”
7. Observe the RenderTarget in the Details
Expected result: “_CameraDepthTexture” exist
Actual result: “_CameraTargetAttachmentA” is present
Reproducible with: 2022.3.56f1, 6000.0.35f1, 6000.1.0b3, 6000.2.0a1
Testing environment: Windows 10 Enterprise 21H2, Apple M1 Ultra
Not reproducible on: No other environment tested
Note:
- Does not reproduce with SSAO disabled
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
Hello.
When using rendering features that require a depth prepass, _CameraDepthTexture is generated during the depth prepass (in this case the DepthNormalPrepass) and is available as input for all subsequent passes. Doing a subsequent depth copy after the opaque pass is redundant and is optimized away.