Skip to content

Commit 1b62b8e

Browse files
committed
remove version number from integration folder
1 parent fba9544 commit 1b62b8e

File tree

14 files changed

+3
-3
lines changed

14 files changed

+3
-3
lines changed

Assets/FbxExporters/Editor/InstallIntegration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Integrations
1414
private const string VERSION_TAG = "{Version}";
1515
private const string PROJECT_TAG = "{UnityProject}";
1616

17-
private const string FBX_EXPORT_SETTINGS_PATH = "Integrations/Autodesk/maya2017/scripts/unityFbxExportSettings.mel";
17+
private const string FBX_EXPORT_SETTINGS_PATH = "Integrations/Autodesk/maya/scripts/unityFbxExportSettings.mel";
1818

1919
public class MayaException : System.Exception {
2020
public MayaException() { }
@@ -182,7 +182,7 @@ private static string MAYA_COMMANDS { get {
182182
}}
183183
private static Char[] FIELD_SEPARATORS = new Char[] {':'};
184184

185-
private const string MODULE_TEMPLATE_PATH = "Integrations/Autodesk/maya"+VERSION_TAG+"/" + MODULE_FILENAME + ".txt";
185+
private const string MODULE_TEMPLATE_PATH = "Integrations/Autodesk/maya/" + MODULE_FILENAME + ".txt";
186186

187187
#if UNITY_EDITOR_OSX
188188
private const string MAYA_MODULES_PATH = "Library/Preferences/Autodesk/Maya/"+VERSION_TAG+"/modules";

0 commit comments

Comments
 (0)