Search Issue Tracker
Fixed
Fixed in 2020.3.48f1, 2021.3.26f1, 2022.2.20f1, 2023.1.0b17, 2023.2.0a15
Votes
1
Found in
2020.3.47f1
2021.3.24f1
2022.2.17f1
2023.1.0b13
2023.2.0a12
Issue ID
UUM-33852
Regression
Yes
Memory leaks stop textures from getting unloaded from memory when the textures gets reparented from one scene to another
Reproduction steps:
1. Open the attached project "SampleProject_2020"
2. Open the “Assets/Scenes/SampleScene” scene
3. Open the Memory Profiler window (Window > Analysis > Memory Profiler)
4. Enter the Play Mode
5. In the Game view press the “Load Scene” button
6. Press the “Reparent” button
7. Press the “Unload Scene” button
8. Press the “Unload Assets” button
9. In the Memory Profiler window press the “Capture New Snapshot” button
10. Select the newly created Snapshot
11. Open the “Objects and Allocations” tab
12. Click on the Name field to open the dropdown menu and select “Match…”
13. In the opened search bar type “balloon” and inspect the search results
Expected result: There are no sprites loaded into the memory when the Snapshot was taken
Actual result: Multiple sprites are found loaded into the memory when the Snapshot was taken
Reproducible with: 2020.3.47f1, 2021.3.24f1, 2022.1.0a2, 2022.2.17f1, 2023.1.0b13, 2023.2.0a12
Not reproducible with: 2020.3.29f1, 2022.1.0a1
Reproducible on: macOS 13.3 (Intel)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Add comment