Version: 5.4

Profiler.GetTotalAllocatedMemory

매뉴얼로 전환
public static uint GetTotalAllocatedMemory ();

설명

Returns the amount of allocated and used system memory.

The game uses the amount of memory returned by GetTotalAllocatedMemory. As GameObjects are instantiated and other objects loaded or created the value returned will increase showing that more memory is being used.