Skip to content

Commit

Permalink
fix: build processorのmacosのビルドエラー対応
Browse files Browse the repository at this point in the history
  • Loading branch information
ayutaz committed Feb 8, 2025
1 parent 6c13d38 commit 63f898c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Assets/uDesktopMascot/Editor/PostBuildProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
using UnityEditor.Build.Reporting;
using System.Collections.Generic;
using UnityEngine;

#if UNITY_EDITOR_OSX
using System.Runtime.InteropServices;
#endif
using CompressionLevel = System.IO.Compression.CompressionLevel;

namespace uDesktopMascot.Editor
Expand Down

0 comments on commit 63f898c

Please sign in to comment.