diff --git a/Editor/BuildProcessors/PatchScriptingAssemblyList.cs b/Editor/BuildProcessors/PatchScriptingAssemblyList.cs index 8a13b11..2d49543 100644 --- a/Editor/BuildProcessors/PatchScriptingAssemblyList.cs +++ b/Editor/BuildProcessors/PatchScriptingAssemblyList.cs @@ -125,6 +125,9 @@ namespace HybridCLR.Editor.BuildProcessors } private void AddHotFixAssembliesToBinFile(string path) { +#if UNITY_STANDALONE_OSX + path = Path.GetDirectoryName(path); +#endif if (AddHotFixAssembliesToGlobalgamemanagers(path)) { return;