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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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