Skip to content

Commit

Permalink
Fix Linux support
Browse files Browse the repository at this point in the history
  missing dependency for EditorApplication.applicationPath
  • Loading branch information
Haelle committed Nov 2, 2024
1 parent c827c0d commit 618a748
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using System.Diagnostics;
using System.IO;
using UnityEditor;
using UnityEngine;
using Debug = UnityEngine.Debug;

Expand Down Expand Up @@ -117,4 +118,4 @@ public static bool GetAppUpToDate(out Version version, out Version requiredVersi
return version == requiredVersion;
}
}
}
}

0 comments on commit 618a748

Please sign in to comment.