# Memory

> Memory statistics.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Profiling](/engine/6000.5/script-reference/unityengine/profiling.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
Memory = 3
```

### Remarks

The detail pane (bottom half) of the [ProfilerWindow](/engine/6000.5/script-reference/unityeditor/profilerwindow.md) includes the ability to take detailed snapshots of type [PackedMemorySnapshot](/engine/6000.5/script-reference/unityeditor/memoryprofiler/packedmemorysnapshot.md) via [MemorySnapshot.RequestNewSnapshot](/engine/6000.5/script-reference/unityeditor/memoryprofiler/memorysnapshot/requestnewsnapshot.md) and display it.
