Search Issue Tracker
By Design
Votes
0
Found in
2022.3.31f1
6000.0.4f1
6000.1.0a7
7000.0.0a1
Issue ID
UUM-73171
Regression
No
Rendering a transparent material takes over 200ms when it is close to the Camera while using D3D12 or Vulkan in HDRP
Reproduction steps:
1. Open the attached “TestProject.zip” project
2. Click File > Build and Run
3. Observe the Player
Expected results: The Camera view moves without any major lag
Actual results: The Camera view lags just before rendering a transparent sphere
Reproducible with: 2022.3.31f1, 6000.0.4f1
Couldn’t test with: 2021.3.39f1 (Compiler errors)
Reproducible on: Windows 10 (by reporter), Windows 11
Not reproducible on: Windows 10 pro (2H22), macOS 13.5.2 (Intel)
Notes:
- Not reproducible with Direct3D11
- Couldn’t test with OpenGLCore, OpenGLES3 (Not supported with HDRP)
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
Resolution Note:
The performance spike is due to pipeline state object compilation which happen when a combination of shader and state configuration are first encountered during runtime on modern graphics APIs such as DX12 and Vulkan. Note that this spike can be lower on subsequent runs of a player build depending on GPU vendors as a disk cache is sometimes handled at the driver level. Unity 6 introduced a solution to mitigate the issue, with the introduction of the GraphicsStateCollection API. On older versions of Unity, there is unfortunately no easy solution and we recommend using DX11 on Windows if this is an issue.