Search Issue Tracker
By Design
Votes
0
Found in [Package]
14.0.2
Issue ID
1397502
Regression
No
[HDRP] Default Scene has ~56 SetPass and Draw calls when only camera is used in the Scene
How to reproduce:
1. Open project "1397502.zip"
2. Open "OutdoorScene" Scene and enter Play mode
3. Open Window > Analysis > Profiler
4. Press on frame chart of Rendering module
5. Observe stats in Module details panel
Expected result: Each frame has under 5 SetPass and Draw calls
Actual result: Each frame has ~56 SetPass and Draw calls
Reproducible with: 7.7.1 (2019.4.37f1), 10.9.0 (2020.3.33f1), 12.1.6 (2021.3.0f1), 13.1.7 (2022.1.0b16), 14.0.2 (2022.2.0a10)
Notes:
- Profiler also shows that there are 76 used textures with 0.54 GB size (might be different depending on Unity version)
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
- ScriptUpdater does not work correctly when Chinese(Simplified) language support is enabled and compiler messages are localized
- Crash on VFXValueWrapper::GetTexture when reimporting texture in use by out of bounds VFX
- Crash on RaiseException when watching an Interface Property
- Assembly definition "Any Platform" checkbox is useless and does not follow nested checkbox rules
- Input from the "Backslash" key is not detected in the Web Player when using the Japanese 106/109 key keyboard
Resolution Note:
More SetPass than builtin is expected. HDRP is a complex pipeline and does much more by default than builtin (which does pretty much nothing). Things can be adjusted using options in the HDRP asset and modifying camera frame settings.