Search Issue Tracker
Fixed
Fixed in 2022.3.16f1, 2023.2.4f1, 2023.3.0a17, 7000.0.0a1
Votes
0
Found in
2021.3.32f1
2022.3.13f1
2023.1.19f1
2023.2.0b16
2023.3.0a12
Issue ID
UUM-56491
Regression
No
Lightmapping memory does not deallocate when baking is completed
The case about GI meta pass rendering not deduplicating meta pass textures is tracked here [UUM-55090] GI meta pass is generating unique textures for identical instances - Unity JIRA (unity3d.com)
Reproduction steps:
1. Open the attached "repro_IN-58779.zip" project
2. Open the "Assets/Scenes/SampleScene.unity"
3. Open the Memory Profiler ("Window" > "Analysis" > "Memory Profiler")
4. Take a memory capture of the Scene (press the "Capture New Snapshot" button)
5. Open the BigBox Lightmapping Window ("BigBoxVR" > "Lightmapping Window")
6. Press the "Bake Scene" button and wait for the process to finish (the Scene will change to "SampleScene--Lightmapped")
7. Take a memory capture of the "SampleScene--Lightmapped" Scene
8. Observe the "Texture2D" memory usage in the new capture
Expected result: "Texture2D" memory usage remains the same as in the first capture
Actual result: "Texture2D" shows around a 10x increase in the memory usage
Reproduced with: 2021.3.32f1, 2022.3.13f1, 2023.1.19f1, 2023.2.0b16, 2023.3.0a12
Reproduced on: Windows 10 (22H2)
Not reproduced on: No other environments tested
Note: In 2023.3.0a12, the memory usage increase is around 4x
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Uninitialized variable warning appears in the Inspector of a custom shader when the variable is initialized
- "Failed creating toolbar element from ID..." error is thrown when resetting the Scene view Overlay layout while an Asset Transformer Toolbox overlay is active
- Entity ID for Font Assets is serialized twice which throws an error when using Debug Inspector
- Play Mode can be entered when disabling Adaptive Performance and pressing either the Play Mode button or the keyboard shortcut to enter Play Mode before recompilation leading to errors and warnings thrown
- Parent ListView element also becomes selected when inner ListView element is selected
Add comment