Skip to content

Commit c85bde8

Browse files
authored
Merge pull request #110 from Unity-Technologies/UNI-24203-remove-version-from-integration-folder
(merge last) UNI-24203 remove version number from integration folder
2 parents be76223 + 4cba5f6 commit c85bde8

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/modules";

0 commit comments

Comments
 (0)