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 8ce6540 commit f105149Copy full SHA for f105149
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -102,13 +102,6 @@ public override void OnInspectorGUI() {
102
{
103
string initialPath = ExportSettings.GetIntegrationSavePath();
104
105
- // if the directory doesn't exist, set it to the default save path
106
- // so we don't open somewhere unexpected
107
- if (!System.IO.Directory.Exists(initialPath))
108
- {
109
- initialPath = ExportSettings.GetIntegrationSavePath();
110
- }
111
-
112
string fullPath = EditorUtility.OpenFolderPanel(
113
"Select Integrations Path", initialPath, null
114
);
0 commit comments