remove textdecal submodule

This commit is contained in:
Kirill Chikalin
2024-12-06 09:00:35 +03:00
parent c2aa51ee41
commit 4cfde114bc
188 changed files with 493 additions and 441 deletions

View File

@@ -302,6 +302,11 @@ namespace AssetStoreTools.Exporter
UseShellExecute = false
};
#if UNITY_EDITOR_OSX
// Prevent OSX-specific archive pollution
info.EnvironmentVariables.Add("COPYFILE_DISABLE", "1");
#endif
using (Process process = Process.Start(info))
{
process.WaitForExit();