Skip to content

Commit 5ebc66f

Browse files
authored
Merge pull request #59 from Haelle/fix-linux-support
Fix Linux support
2 parents c827c0d + 618a748 commit 5ebc66f

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)