Skip to content

Commit 8ce6540

Browse files
author
AJubrey
committed
[FIXED] I wasn't using the function i made to make sure the path was valid
1 parent e9a1c31 commit 8ce6540

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 = exportSettings.IntegrationSavePath;
109+
initialPath = ExportSettings.GetIntegrationSavePath();
110110
}
111111

112112
string fullPath = EditorUtility.OpenFolderPanel(

0 commit comments

Comments
 (0)