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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment