Skip to content

Commit 363b392

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into UNI-25265-sprint25-release
2 parents 0ca6321 + df6838d commit 363b392

22 files changed

+10
-8
lines changed

Assets/FbxExporters/Editor/InstallIntegration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ 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/maya/scripts/unityFbxExportSettings.mel";
17+
private const string FBX_EXPORT_SETTINGS_PATH = "FbxExporters/Integrations/Autodesk/maya/scripts/unityFbxExportSettings.mel";
1818

1919
private const string MAYA_INSTRUCTION_FILENAME = "_safe_to_delete/_temp.txt";
2020

21-
private const string MODULE_TEMPLATE_PATH = "Integrations/Autodesk/maya/" + MODULE_FILENAME + ".txt";
21+
private const string MODULE_TEMPLATE_PATH = "FbxExporters/Integrations/Autodesk/maya/" + MODULE_FILENAME + ".txt";
2222

2323
#if UNITY_EDITOR_OSX
2424
private const string MAYA_MODULES_PATH = "Library/Preferences/Autodesk/Maya/modules";

0 commit comments

Comments
 (0)