Skip to content

Commit d81578a

Browse files
committed
don't run in server mode
-UnityProject is not set in the INI file if Max is run in server mode
1 parent 0d343f5 commit d81578a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/InstallIntegration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ public static int InstallMaxPlugin(string maxExe){
525525
myProcess.StartInfo.CreateNoWindow = true;
526526
myProcess.StartInfo.UseShellExecute = false;
527527

528-
myProcess.StartInfo.Arguments = string.Format("-s -q -silent -mxs \"{0}\"", installScript);
528+
myProcess.StartInfo.Arguments = string.Format("-q -silent -mxs \"{0}\"", installScript);
529529

530530
myProcess.EnableRaisingEvents = true;
531531
myProcess.Start();

0 commit comments

Comments
 (0)