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
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
- Editing serialized fields on script components gets interrupted by reimport when editing a prefab with auto save enabled
- Crash on Transform::EnsureCapacityIncrease when duplicating a prefabbed UI element
- Memoryless depth/stencil targets are allocated with Private storage when building for Metal Graphics API supporting devices
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.