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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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