File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Assets/FbxExporters/Editor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -185,11 +185,11 @@ private static string MAYA_COMMANDS { get {
185
185
private const string MODULE_TEMPLATE_PATH = "Integrations/Autodesk/maya" + VERSION_TAG + "/" + MODULE_FILENAME + ".txt" ;
186
186
187
187
#if UNITY_EDITOR_OSX
188
- private const string MAYA_MODULES_PATH = "Library/Preferences/Autodesk/Maya/" + VERSION_TAG + "/ modules";
188
+ private const string MAYA_MODULES_PATH = "Library/Preferences/Autodesk/Maya/modules" ;
189
189
#elif UNITY_EDITOR_LINUX
190
- private const string MAYA_MODULES_PATH = "Maya/" + VERSION_TAG + "/ modules";
190
+ private const string MAYA_MODULES_PATH = "Maya/modules" ;
191
191
#else
192
- private const string MAYA_MODULES_PATH = "maya/" + VERSION_TAG + "/ modules";
192
+ private const string MAYA_MODULES_PATH = "maya/modules" ;
193
193
#endif
194
194
195
195
private static string GetUserFolder ( )
You can’t perform that action at this time.
0 commit comments