com.unity.memoryprofiler 1.1.9
Source docsNotes: processedReleased September 7, 2025
Unity Compatibility
Minimum Unity: 2022.3
Package Dependencies
📈 Improvements
- Renamed Unknown to Unrooted as that more properly describes these allocations. Further, if a snapshot is taken from a Player or Editor is started with the commandline option `-enable-memoryprofiler-callstacks` (only available for 6000.3 or newer, for older versions Unity's source code would have to have been compiled with the precompiler directive `ENABLE_STACKS_ON_ALL_ALLOCS`) AND when doing so on a Unity version where the bug (UUM-116049) has been fixed, AND if the Unity Editor opening the snapshot is in `internal mode`, then the Unrooted allocations are split out into the Memory Labels which had been used for their allocation. Note: this is predominantly a debug tool for Unity Engine developers to fix their unrooted allocations.
