Skip to content

Commit

Permalink
Fix a bug where Unity cannot build the project
Browse files Browse the repository at this point in the history
  • Loading branch information
durswd committed Nov 30, 2024
1 parent 92f080b commit a6d78a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dev/Plugin/Assets/Effekseer/Editor/EfkFileImporter.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
#if UNITY_EDITOR
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down Expand Up @@ -145,3 +146,4 @@ private static void DisplayErrorDialog(string message)
}
}
}
#endif

0 comments on commit a6d78a1

Please sign in to comment.