File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Assets/FbxExporters/Editor Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -398,14 +398,15 @@ class MaxIntegration
398
398
private const string InstallMaxScriptTemplate =
399
399
@"temp = pathConfig.GetDir(#userStartupScripts) + \""/{UnityPluginScript_Name}\"";" +
400
400
@"deleteFile temp;" +
401
- @"copyFile \""{UnityPluginScript_Source}\"" temp" ;
401
+ @"copyFile \""{UnityPluginScript_Source}\"" temp;" +
402
+ @"quitMax()" ;
402
403
403
404
private const string PluginSourceTag = "{UnityPluginScript_Source}" ;
404
405
private const string PluginNameTag = "{UnityPluginScript_Name}" ;
405
406
406
407
// TODO: get this from the export settings
407
408
private static string GetMaxExe ( ) {
408
- return "C:/Program Files/Autodesk/3ds Max 2017 /3dsmax.exe" ;
409
+ return "C:/Program Files/Autodesk/3ds Max 2018 /3dsmax.exe" ;
409
410
}
410
411
411
412
private static string GetInstallScript ( ) {
You can’t perform that action at this time.
0 commit comments