File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Assets/FbxExporters/Editor Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -505,11 +505,11 @@ public static void OnMenuItem1 ()
505
505
506
506
string title , message ;
507
507
if ( exitCode != 0 ) {
508
- title = string . Format ( "Failed to install Maya{0} Integration" , mayaVersion . Version ) ;
509
- message = string . Format ( "Failed to configure Maya, please check logs (exitcode={0})" , exitCode ) ;
508
+ title = string . Format ( "Failed to install Maya {0} Integration. " , mayaVersion . Version ) ;
509
+ message = string . Format ( "Failed to configure Maya, please check logs (exitcode={0}). " , exitCode ) ;
510
510
} else {
511
- title = string . Format ( "Completed installation of Maya{0} Integration." , mayaVersion . Version ) ;
512
- message = "" ;
511
+ title = string . Format ( "Completed installation of Maya {0} Integration." , mayaVersion . Version ) ;
512
+ message = string . Format ( "Enjoy the new \" Unity \" menu in Maya {0}." , mayaVersion . Version ) ;
513
513
}
514
514
UnityEditor . EditorUtility . DisplayDialog ( title , message , "Ok" ) ;
515
515
}
You can’t perform that action at this time.
0 commit comments