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
- "UnassignedReferenceException" is thrown when building the project and a scene is selected in the Project View
- Android Player freezes on some Mali GPU devices when Lighting Cast Shadows changed to OFF at runtime
- Desktop Linux runtime does not respect -popupwindow command line argument
- Shader Graph more options dropdown button does not open the dropdown when clicked all the way to the right of the button
- “Attempting to draw with missing bindings“ warning lacks root cause indication and is thrown each frame when StructuredBuffer is accessed on DirectX12
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