Skip to content

Commit 18976a3

Browse files
authored
Merge pull request #100 from Unity-Technologies/UNI-23804-path-setting-wont-refresh
UNI-23804 Export path doesn't always refresh
2 parents 38818d3 + f246dd6 commit 18976a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ public override void OnInspectorGUI() {
6565
Debug.LogWarning ("Please select a location in the Assets folder");
6666
} else {
6767
ExportSettings.SetRelativeSavePath(relativePath);
68+
69+
// Make sure focus is removed from the selectable label
70+
// otherwise it won't update
71+
GUIUtility.hotControl = 0;
72+
GUIUtility.keyboardControl = 0;
6873
}
6974
}
7075
}

0 commit comments

Comments
 (0)