Skip to content

Commit a087c82

Browse files
committed
chore: compile error from last commit
1 parent ed30f62 commit a087c82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Assets/LDtkUnity/Editor/CustomEditor/Importer/LDtkConfigImporterEditor.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
using UnityEditor;
2+
3+
#if UNITY_2020_2_OR_NEWER
24
using UnityEditor.AssetImporters;
5+
#else
6+
using UnityEditor.Experimental.AssetImporters;
7+
#endif
38

49
namespace LDtkUnity.Editor
510
{

0 commit comments

Comments
 (0)