Search Issue Tracker
By Design
By Design in 6000.0.X
Votes
0
Found in
6000.0.23f1
Issue ID
UUM-84456
Regression
No
RenderGraph shows incorrect values for some Depth Attachment Format and Depth Texture Format options
Steps to reproduce:
- Open a Unity URP Project
- Open Render Graph Viewer via Window > Analysis > Render Graph Viewer
- Find and select the current Renderer attached to the current Render Pipeline Asset (if using Universal 3D this will be PC_Renderer)
- In the Inspector, change the Depth Attachment Format and Depth Texture Format for the Renderer between all the different settings
- Observe each changed Format in the Render Graph Viewer under _cameraDepthAttachment and _cameraDepthTExture
Actual results:
Depth_16 shows correctly
Depth_24 shows as D32_SFloat_s8_UInt (this is incorrect)
Depth_32 shows correctly
Depth_16_Stencil_8 shows as D32_SFloat_S8_UInt (this is incorrect)
Depth_24_Stencil_8 shows correctly
Depth_32_stencil_8 shows correctly
Expected results: All options display correctly in the RenderGraph
Reproducible with versions: 6000.0.23f1
Not reproducible with versions: -
Can’t test with versions: 6000.0.21f1 (see notes), 2022.3.50f1 (feature not included), 2021.3.44f1 (feature not included)
Tested on (OS): Windows 11
Notes:
- It was not possible to regression test this issue, as 6000.0.21f1 and below had another issue that made Render Graph not update any values at all: UUM-79752 [URP][RG] Renderer Asset > Depth Attachment/texture format selected by user in UI is ignored by URP - Unity JIRA (unity3d.com)
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
- Specular lighting visible in a camera with Path Tracing when Preserve specular lighting is disabled in observed material
- Cinemachine package throws CS1061 errors in the Console when installed in a project that has HDRP and URP installed
- Editor.log file size grows rapidly when a scene exceeds the "Maximum Shadow on Screen" limit setting in the HDRP Asset
- Player build freezes after calling Application.Quit() when the scripting backend is set to IL2CPP
- Texture is not applied on a Custom Render Texture when a Cubemap is selected as the texture
Resolution Note:
Not all formats are available on all devices/graphics apis. A user might select a format on the Renderer settings but this does not guarantee that a user gets this format on the actual device, since they might not be available.
Resolution Note (6000.0.X):
Not all formats are available on all devices/graphics apis. A user might select a format on the Renderer settings but this does not guarantee that a user gets this format on the actual device, since they might not be available.