Skip to content

Commit 618a748

Browse files
committed
Fix Linux support
missing dependency for EditorApplication.applicationPath
1 parent c827c0d commit 618a748

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Assets/LDtkUnity/Editor/Utility/LDtkTilesetExporterUtility.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System;
22
using System.Diagnostics;
33
using System.IO;
4+
using UnityEditor;
45
using UnityEngine;
56
using Debug = UnityEngine.Debug;
67

@@ -117,4 +118,4 @@ public static bool GetAppUpToDate(out Version version, out Version requiredVersi
117118
return version == requiredVersion;
118119
}
119120
}
120-
}
121+
}

0 commit comments

Comments
 (0)