Search Issue Tracker
Fixed
Fixed in 2022.3.30f1, 6000.0.3f1
Votes
0
Found in
2022.3.25f1
6000.0.0b16
Issue ID
UUM-70142
Regression
Yes
EmptyAdditionalLightShadowmapTexture leaks from memory when URP quality level is changed using QualitySettings.SetQualityLevel
How to reproduce:
1. Open the attached “IN-73789” project
2. Open “SampleScene1” and enter Play mode
3. Open the Memory Profiler (Window → Analysis → Memory Profiler)
4. In the Memory Profiler, press the “Capture” button in the top-left corner
5. Open the newly generated snapshot
6. Navigate to the “Unity Objects” tab and enter “_EmptyAdditionalLightShadowmapTexture“ into the search bar
7. Take note of the number of matching entries
8. In the Game window, press the “ChangeQuality Start” button
9. Wait 15 seconds, then press the “ChangeQuality End” button
10. Repeat steps 4 through 7
Expected result: The number of entries has not changed after repeatedly changing URP quality settings
Actual result: There are many more EmptyAdditionalLightShadowmapTexture entries in the Memory Profiler (~60 more)
Reproducible in: 2022.3.21f1, 2022.3.25f1
Not reproducible in: 2022.3.20f1, 2023.2.19f1, 6000.0.0b16
Could not test with: 2021.3.37f1 (Memory Profiler functionality not supported)
Reproducible on: Windows 11, macOS 14.4.1 (Silicon)
Not reproducible on: No other environments tested
Note: Also reproducible in Player
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment