Search Issue Tracker
Fixed
Fixed in 1.1.0-exp.1
Votes
0
Found in [Package]
1.0.0
Issue ID
PROFB-85
Regression
Yes
[Memory Profiler] Unity Object lists are hidden the in Memory Profiler
Steps to reproduce:
1. Create a new project
2. Open the Memory Profiler (Window -> Analysis -> Memory Profiler)
3. Capture a snapshot
4. In the Memory Profiler navigate to All of Memory by selecting the captured snapshot
5. Under "Scripting Memory" observe that "Virtual Machine (Mono)" and "Empty Heap Space" are missing
Expected results: Unity Objects lists are not hidden in Memory Profiler
Actual Results: Unity Object lists are hidden the in Memory Profiler
Reproducible on: Memory Profiler 1.0.0 (2022.2.8f1, 2023.1.0b5, 2023.2.0a4)
Not reproducible on: Memory Profiler 0.7.1-preview.1 (2020.3.45f1, 2021.3.19f1)
Notes:
-A video showcasing the reproduction is attached named ("MemProf1.0.0ListBug.mkv")
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
- [Editor] Profiler (Standalone Process) "Live" button is greyed out by default
- UIToolkit bindings on RadioButtonGroup is not displaying the selected radio button when the choice list is bound
- Sprite shadows are not rendered when the light source is placed near the sprite
- Multiple Video Players are not playing simultaneously when played in WebGL
- "Rename Prefab File?" window does not pop up when renaming Prefab in the Project window
Resolution Note (fix version 1.1.0-exp.1):
This is fixed in the latest 1.1 version, the following changes have been made:
- Scripting Memory has been renamed to Managed
- Virtual Machine is appearing by default (no longer hidden)
- Empty Heap Space has been removed