Skip to content

Commit df6838d

Browse files
authored
Merge pull request #141 from Unity-Technologies/UNI-25505-single-root-package
(merge last) Uni 25505 single root package
2 parents 119ae7e + c2c1006 commit df6838d

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)