This version of Unity is unsupported.
Method group is Obsolete
Experimental: this API is experimental and might be changed or removed in the future.

PackedMemorySnapshot.Save

Obsolete This API is outdated and will be removed. Please check out the Memory Profiler Package (https://docs.unity3d.com/Packages/com.unity.memoryprofiler@latest/).

Declaration

public static void Save(PackedMemorySnapshot snapshot, string writePath);

Parameters

snapshot Source memory snapshot.
writePath Where to create copy of memory snapshot.

Description

Copy the memory snapshot file to the given file path.