Skip to content

Commit

Permalink
ci: fix issue buillding due to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed Sep 23, 2024
1 parent d601ef2 commit 3bcbe5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Assets/LDtkUnity/Editor/Utility/LDtkTilesetExporterUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
using UnityEngine;
using Debug = UnityEngine.Debug;

#if UNITY_EDITOR_OSX
using UnityEditor;
#endif

namespace LDtkUnity.Editor
{
internal static class LDtkTilesetExporterUtil
Expand Down

0 comments on commit 3bcbe5e

Please sign in to comment.