Search Issue Tracker
Fixed in 0.7.0-preview.1
Votes
0
Found in [Package]
0.5.0-preview.1
Issue ID
1401201
Regression
No
NullReferenceException is thrown upon trying to go back to Untracked Memory while in Fragmentation tab using Memory Profiler
Steps to reproduce:
1. Create a new project or open an existing one
2. Import the Memory Profiler package
3. Open Memory Profiler
4. Take a snapshot or select and already existing one
5. Select the snapshot
6. Click on "Fragmentation" tab
7. Select "Untracked Memory" category and then select any other category
8. Press the Back button (left pointing triangle at the top of the window)
Expected results: No errors or warnings in the console
Actual results: "NullReferenceException: Object reference not set to an instance of an object" is produced
Reproducible with: Memory Profiler 0.5.0-preview.1 (2019.4.34f1, 2020.3.28f1, 2021.2.10f1, 2022.1.0b6, 2022.2.0a3)
Couldn't test with earlier Memory Profiler versions as the Memory categories are not selectable and there's no References window
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note (fix version 0.7.0-preview.1):
History buttons removed from Memory Profiler 0.7.0-preview.1, so it's no longer possible to reproduce the issue by following the steps