Version: 5.5

Profiler.GetMonoHeapSize

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

설명

Returns the size of the mono heap.

This is the reserved system memory that Mono is using for allocations.

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { }