Skip to content

Commit e9a1c31

Browse files
author
AJubrey
committed
[CHANGED] switched this path for consistency
1 parent e81385c commit e9a1c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public override void OnInspectorGUI() {
106106
// so we don't open somewhere unexpected
107107
if (!System.IO.Directory.Exists(initialPath))
108108
{
109-
initialPath = Application.dataPath;
109+
initialPath = exportSettings.IntegrationSavePath;
110110
}
111111

112112
string fullPath = EditorUtility.OpenFolderPanel(

0 commit comments

Comments
 (0)