Search Issue Tracker
Fixed
Fixed in 1.1.7
Votes
0
Found in [Package]
1.1.6
Issue ID
PROFB-369
Regression
No
Reserved memory breakdown is not shown in Memory Profiler when "Show Reserved Memory Breakdown" is enabled
Reproduction steps:
1. Open the attached “BugRepro” project
2. Make sure that the memory breakdown is enabled (Edit > Preferences > Memory Profiler > Show reserved memory breakdown)
3. Enter the Play Mode
4. Open the Memory Profiler window (Window > Analysis > Memory Profiler)
5. Click the “Capture New Snapshot” button in the Memory Profiler window
6. Open the snapshot within the Memory Profiler window
7. Navigate to the "All of Memory" tab
8. Expand the "Managed" foldout
9. Observe the Reserved memory section
Expected result: The Reserved memory section displays a detailed breakdown
Actual result: The Reserved memory section shows no detailed breakdown
Reproducible with: 1.1.6 (6000.0.55f1, 6000.1.15f1, 6000.2.0b11, 6000.3.0a4)
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Note: Link to the discussions [https://discussions.unity.com/t/reserved-memory-breakdown-in-memory-profiler/1667046]
As clarified by MartinTilo in that discussion, the option does not affect reerved managed memory but only reserved native memory.
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (fix version 1.1.7):
Clarified via the label and tooltip in the Memory Profiler preferences that this option only affects native memory.