Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

MemoryProfiler

class in Unity.Profiling.Memory

/

Implemented in:UnityEngine.CoreModule

Description

Memory profiling API container class.

The API is unified between both Editor and Player.

Static Methods

TakeSnapshotTriggers a memory snapshot capture.
TakeTempSnapshotTriggers a memory snapshot capture to the Application.temporaryCachePath folder.

Events

CreatingMetadataA metadata event that collection methods can subscribe to.