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 7498674 commit 2fc2462Copy full SHA for 2fc2462
Editor/NativeDllHandler.cs
@@ -35,7 +35,7 @@ static DiscordNativeInstall()
35
}
36
37
38
-#if !UNITY_2019_OR_NEWER
+#if !UNITY_2019_1_OR_NEWER
39
FixLinkerSettings();
40
#endif
41
@@ -64,4 +64,4 @@ static void FixLinkerSettings()
64
AssetDatabase.Refresh();
65
66
67
-}
+}
Runtime/DiscordManager.cs
@@ -87,7 +87,7 @@ public enum Pipe
87
#endregion
88
89
[Header("Handlers and Events")]
90
-#if UNITY_2019_OR_NEWER
+#if UNITY_2019_1_OR_NEWER
91
public UnityEvent<ReadyEvent> OnReady;
92
public UnityEvent<CloseMessage> OnClose;
93
public UnityEvent<PresenceEvent> OnPresence;
0 commit comments