Search Issue Tracker
Fixed
Fixed in 2021.3.19f1, 2022.2.7f1, 2023.1.0b4, 2023.2.0a1
Votes
0
Found in
2021.3.16f1
2022.2.1f1
2023.1.0a25
2023.2.0a1
Issue ID
UUM-23173
Regression
Yes
Shader prefiltering takes a long time to query mono attributes on HDRP
When making a build with HDRP in a very small custom project, I have measured that then majority of the prefiltering time is now spend querying attributes on mono types. It looks like it is doing a lot of redundant work, possibly querying the same types over and over again, especially across different shaders. It would be great if we could cache that information instead, maybe even for the entirety of the build.
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note (fix version 2023.2.0a1):
Some redundant data resolving work was happening during the build. Now we're caching the resolved data and build perf is back on track.
Resolution Note (fix version 2023.1.0b4):
Some redundant data resolving work was happening during the build. Now we're caching the resolved data and build perf is back on track.
Resolution Note (fix version 2022.2.7f1):
Some redundant data resolving work was happening during the build. Now we're caching the resolved data and build perf is back on track.
Resolution Note (fix version 2021.3.19f1):
Some redundant data resolving work was happening during the build. Now we're caching the resolved data and build perf is back on track.