Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MemorySnapshot

MemorySnapshot is a profiling tool to help diagnose memory usage.
Read time 1 minuteLast updated 4 days ago

Definition

Warning
Deprecated. Use Unity.Profiling.Memory.MemoryProfiler instead
public static class MemorySnapshot

Remarks

MemorySnapshot, and all types in UnityEditor.MemoryProfiler.* are very experimental API, and will very likely change significantly going forward. Currently only il2cpp-based players are able to provide memory snapshots. The editor, and mono-based players will not respond to requests for new snapshots.