Skip to content

Commit 963d67f

Browse files
committed
rename unityOneClick to UnityFbxForMax
1 parent 3800f84 commit 963d67f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/FbxExporters/Editor/InstallIntegration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ public static void InstallMayaIntegration ()
392392

393393
class MaxIntegration
394394
{
395-
private const string PluginName = "unityOneClickPlugin.ms";
395+
private const string PluginName = "UnityFbxForMaxPlugin.ms";
396396
private const string PluginPath = "FbxExporters/Integrations/Autodesk/max/scripts/" + PluginName;
397397

398398
private const string ConfigureMaxScript = "FbxExporters/Integrations/Autodesk/max/scripts/configureUnityFbxForMax.ms";
@@ -411,7 +411,7 @@ private static string GetInstallScript(){
411411
{
412412
{PluginSourceTag, (Application.dataPath + "/" + PluginPath) },
413413
{PluginNameTag, PluginName },
414-
{ProjectTag, Integrations.GetProjectPath()}
414+
{ProjectTag, Application.dataPath + "/"}
415415
};
416416

417417
var installScript = "";

0 commit comments

Comments
 (0)