We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b120470 commit ee25278Copy full SHA for ee25278
1 file changed
Plugins/IngameDebugConsole/Android/DebugLogLogcatListener.cs
@@ -1,4 +1,4 @@
1
-#if !UNITY_EDITOR && UNITY_ANDROID
+#if UNITY_EDITOR || UNITY_ANDROID
2
using System.Collections.Generic;
3
using UnityEngine;
4
@@ -37,6 +37,7 @@ public void Stop()
37
nativeObject.Call( "Stop" );
38
}
39
40
+ [UnityEngine.Scripting.Preserve]
41
public void OnLogReceived( string log )
42
{
43
queuedLogs.Enqueue( log );
0 commit comments