We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0550f35 commit acebd2cCopy full SHA for acebd2c
wrapper/csharp/src/bq/impl/log_invoker.cs
@@ -18,7 +18,7 @@ namespace bq.impl
18
{
19
public class log_invoker
20
21
-#if UNITY_IOS
+#if UNITY_IOS && !UNITY_EDITOR
22
private const string LIB_NAME = "__Internal";
23
#else
24
private const string LIB_NAME = bq.lib_def.lib_log_name;
0 commit comments