Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.1.0b2
Issue ID
989622
Regression
No
PackedMemorySnapshot: NativeArray memory is not captured in it
To reproduce:
1) Open attached project and scene
2) Play it
3) Click Bugreport->Open Test Code Window
4) Click "Capture Memory 'Editor'" Button
Expected: It reports a Native Array (you can see with Detailed Memory Snapshot made with profiler that it exists)
Actual: It reports nothing
Reproduced in 2018.1.0b2
The Detailed Memory view functions are on a different system than the Packed Memory snapshot when it comes to collected metrics. The Packed Memory Snapshot was not designed to directly collect native memory allocations instead it will only collect Types that inherit from Object (eg: GameObjects). While we will not be adding support for collecting native allocations to the current snapshot capture functionality we are working on a new system that will not have this restriction.
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Peter77
Jun 11, 2018 17:02
Related forum thread:
https://forum.unity.com/threads/case-989622-packedmemorysnapshot-nativearray-memory-missing-allegedly-fixed-in-2018-2.535620/