Skip to content

Commit 7c454ae

Browse files
author
Benoit Hudson
committed
Fixed maya integration unit test for now.
The fix isn't robust to moving into the Packages directory quite yet.
1 parent 6f6078b commit 7c454ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/com.unity.formats.fbx/Editor/Scripts/InstallIntegration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public class MayaIntegration : DCCIntegration
9595
private string MODULE_TEMPLATE_PATH { get { return "Integrations/Autodesk/maya/" + MODULE_FILENAME + ".txt"; } }
9696
private string MODULE_FILENAME { get { return "UnityFbxForMaya"; } }
9797

98-
private const string PACKAGE_NAME = "FbxExporters";
98+
private const string PACKAGE_NAME = "com.unity.formats.fbx";
9999
private const string VERSION_FILENAME = "README.txt";
100100
private const string VERSION_FIELD = "VERSION";
101101
private const string VERSION_TAG = "{Version}";

0 commit comments

Comments
 (0)