We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6078b commit 7c454aeCopy full SHA for 7c454ae
Assets/com.unity.formats.fbx/Editor/Scripts/InstallIntegration.cs
@@ -95,7 +95,7 @@ public class MayaIntegration : DCCIntegration
95
private string MODULE_TEMPLATE_PATH { get { return "Integrations/Autodesk/maya/" + MODULE_FILENAME + ".txt"; } }
96
private string MODULE_FILENAME { get { return "UnityFbxForMaya"; } }
97
98
- private const string PACKAGE_NAME = "FbxExporters";
+ private const string PACKAGE_NAME = "com.unity.formats.fbx";
99
private const string VERSION_FILENAME = "README.txt";
100
private const string VERSION_FIELD = "VERSION";
101
private const string VERSION_TAG = "{Version}";
0 commit comments