Search Issue Tracker
Fixed in 7.4.0
Votes
0
Found in [Package]
7.2.1
Issue ID
1227490
Regression
Yes
VolumeComponent allocates memory every frame in Standalone builds.
Expected:
VolumeManager should not allocate memory everyframe.
Result:
VolumeParameter.GetHashCode allocs memory.
Issue only reproduces in standalone player. Editor is fine.
How to reproduce:
- Open URP GraphicsTestScene.
- Build Project containing scene 104 BokehDepthOfField
- Build with Deep Profiling enabled.
- Check profiler, see that VolumeParameter.GetHashCode is allocating memory.
This is a regression in URP with PPv3.
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
- Reflection Probe “Probe Scene Editing Mode:” text is barely visible
- [HDRP] Game view doesn’t refresh after changing Camera Background Type until mouse moves over it
- Some Shaders appear twice in Material Shader selection menu
- Editor freezes with a StackOverflowException when certain asset types are assigned to a managed component in a SubScene via AddComponentObject
- Text Script Importer Reference button links to a Missing Page when clicking the Reference Button in the Inspector
Resolution Note (fix version 7.4.0):
Fixed in https://github.com/Unity-Technologies/ScriptableRenderPipeline/pull/6228