Skip to content

Commit

Permalink
chore: compile error from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed Dec 8, 2024
1 parent ed30f62 commit a087c82
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
using UnityEditor;

#if UNITY_2020_2_OR_NEWER
using UnityEditor.AssetImporters;
#else
using UnityEditor.Experimental.AssetImporters;
#endif

namespace LDtkUnity.Editor
{
Expand Down

0 comments on commit a087c82

Please sign in to comment.