Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit c49371f

Browse files
author
John Belmonte
committed
Fix runtime crash under IL2CPP.
1 parent dba513c commit c49371f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RenderTiming/Assets/RenderTiming/RenderTiming.cs

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ private void SetDebugFunction(IntPtr ftp) {}
6666
private CommandBuffer commandBufferEnd;
6767
private Coroutine loggingCoroutine;
6868

69+
[AOT.MonoPInvokeCallback(typeof(MyDelegate))]
6970
static void DebugCallback(string str) {
7071
Debug.LogWarning("RenderTimingPlugin: " + str);
7172
}

0 commit comments

Comments
 (0)