Skip to content

Commit 7598a12

Browse files
committed
Forgotten log, message
1 parent d3804f4 commit 7598a12

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

scripts/LowLevelPluginManager.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,12 @@ public static void Initialize()
2525
}
2626
catch(DllNotFoundException)
2727
{
28-
Debug.LogWarning("Stub native plugin not found. Low level native callback won't fire. If you didn't install this tool via Unity package, you'll need to build it manually ");
28+
Debug.LogWarning("StubLluiPlugin not found. UnityPluginLoad and UnityPluginUnload callbacks won't fire. You may comment out this warning if you don't care about these callbacks.");
2929
}
3030
}
3131

3232
public static void OnDllLoaded(NativeDll dll)
3333
{
34-
Debug.Log("OnDllLoaded() " + _unityInterfacePtr);
35-
3634
if (_unityInterfacePtr == IntPtr.Zero)
3735
return;
3836

0 commit comments

Comments
 (0)