Version: 5.4
public static uint GetTotalAllocatedMemory ();

説明

割り当てられて使用されたシステムメモリの量を返します。

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.