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 964222e commit bd51a6cCopy full SHA for bd51a6c
Packages/com.unity.ide.visualstudio/Editor/VisualStudioIntegration.cs
@@ -106,7 +106,7 @@ private static void RunOnceOnUpdate(Action action)
106
private static void RunOnShutdown(Action action)
107
{
108
// Mono on OSX has all kinds of quirks on AppDomain shutdown
109
-#if !UNITY_EDITOR_WIN
+#if UNITY_EDITOR_WIN
110
AppDomain.CurrentDomain.DomainUnload += (_, __) => action();
111
#endif
112
}
0 commit comments