Skip to content

Commit a16bbcc

Browse files
committed
fix merge errors
1 parent 85eb3a0 commit a16bbcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Assets/FbxExporters/Editor/InstallIntegration.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static string INTEGRATION_FOLDER_PATH
3636
}
3737
}
3838

39-
private const string MODULE_TEMPLATE_PATH = "FbxExporters/Integrations/Autodesk/maya/" + MODULE_FILENAME + ".txt";
39+
public const string MODULE_TEMPLATE_PATH = "FbxExporters/Integrations/Autodesk/maya/" + MODULE_FILENAME + ".txt";
4040

4141
#if UNITY_EDITOR_OSX
4242
private const string MAYA_MODULES_PATH = "Library/Preferences/Autodesk/Maya/modules";
@@ -399,6 +399,7 @@ public static void InstallMayaIntegration ()
399399
var mayaExe = GetMayaExe ();
400400
if (string.IsNullOrEmpty (mayaExe)) {
401401
return;
402+
}
402403

403404
// decompress zip file if it exists, otherwise try using default location
404405
if (System.IO.File.Exists (GetIntegrationZipFullPath())) {

0 commit comments

Comments
 (0)