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
- "Errors during XML parse" warnings are thrown when building project for the Android platform
- Shader transparency, discard, and clip are not working when using the Player
- Error is thrown when clicking on warning in the console
- Long IL2CPP build time when project has a .ufbx library wrapper
- Cursor doesn't change to the resizing when using the Rect Tool and the Sprite is too close to the bottom of the Scene View
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.