Skip to content

Commit 95e3bb6

Browse files
committed
use dataPath not integrations path
don't know where integrations will be installed
1 parent fbda9c8 commit 95e3bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/InstallIntegration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ private static string GetInstallScript(){
463463
{
464464
{PluginSourceTag, GetAbsPath(PluginPath) },
465465
{PluginNameTag, PluginName },
466-
{ProjectTag,GetAbsPath("")},
466+
{ProjectTag, Application.dataPath },
467467
{ExportSettingsTag, GetAbsPath(ExportSettingsFile) }
468468
};
469469

0 commit comments

Comments
 (0)