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 38818d3 commit f246dd6Copy full SHA for f246dd6
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -65,6 +65,11 @@ public override void OnInspectorGUI() {
65
Debug.LogWarning ("Please select a location in the Assets folder");
66
} else {
67
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;
73
}
74
75
0 commit comments