Version: 2023.2
언어: 한국어

Utils.ValidateHeap

매뉴얼로 전환
public static void ValidateHeap ();

설명

Scans the managed heap to check for corrupted objects.

This function only works when you use the Mono scripting backend. If this function discovers a corrupted object, the editor log displays a callstack and the Editor crashes, either through a fatal native assert or an access violation within Mono. Use this function to find memory corruption closer to when it occurs.