We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d343f5 commit d81578aCopy full SHA for d81578a
Assets/FbxExporters/Editor/InstallIntegration.cs
@@ -525,7 +525,7 @@ public static int InstallMaxPlugin(string maxExe){
525
myProcess.StartInfo.CreateNoWindow = true;
526
myProcess.StartInfo.UseShellExecute = false;
527
528
- myProcess.StartInfo.Arguments = string.Format("-s -q -silent -mxs \"{0}\"", installScript);
+ myProcess.StartInfo.Arguments = string.Format("-q -silent -mxs \"{0}\"", installScript);
529
530
myProcess.EnableRaisingEvents = true;
531
myProcess.Start();
0 commit comments