File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Integrations/Autodesk/maya Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class Integrations
14
14
private const string VERSION_TAG = "{Version}" ;
15
15
private const string PROJECT_TAG = "{UnityProject}" ;
16
16
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" ;
18
18
19
19
public class MayaException : System . Exception {
20
20
public MayaException ( ) { }
@@ -182,7 +182,7 @@ private static string MAYA_COMMANDS { get {
182
182
} }
183
183
private static Char [ ] FIELD_SEPARATORS = new Char [ ] { ':' } ;
184
184
185
- private const string MODULE_TEMPLATE_PATH = "Integrations/Autodesk/maya/" + MODULE_FILENAME + ".txt" ;
185
+ private const string MODULE_TEMPLATE_PATH = "FbxExporters/ Integrations/Autodesk/maya/" + MODULE_FILENAME + ".txt" ;
186
186
187
187
#if UNITY_EDITOR_OSX
188
188
private const string MAYA_MODULES_PATH = "Library/Preferences/Autodesk/Maya/modules" ;
Original file line number Diff line number Diff line change 13
13
#
14
14
########################################################################
15
15
16
- + unityoneclick {Version} {UnityProject}/Assets/Integrations/Autodesk/maya
16
+ + unityoneclick {Version} {UnityProject}/Assets/FbxExporters/ Integrations/Autodesk/maya
You can’t perform that action at this time.
0 commit comments