File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/FbxExporters/Editor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace FbxExporters.EditorTools {
10
10
public class ExportSettingsEditor : UnityEditor . Editor {
11
11
Vector2 scrollPos = Vector2 . zero ;
12
12
const float LabelWidth = 225 ;
13
- const float SelectableLabelMinWidth = 200 ;
13
+ const float SelectableLabelMinWidth = 100 ;
14
14
const float BrowseButtonWidth = 55 ;
15
15
16
16
public override void OnInspectorGUI ( ) {
@@ -42,7 +42,7 @@ public override void OnInspectorGUI() {
42
42
43
43
GUILayout . BeginHorizontal ( ) ;
44
44
GUILayout . Label ( new GUIContent (
45
- "Model Prefab Path:" ,
45
+ "Export Path:" ,
46
46
"Relative path for saving Model Prefabs." ) ) ;
47
47
48
48
EditorGUILayout . SelectableLabel ( GetRelativePath ( exportSettings . convertToModelSavePath , Application . dataPath ) ,
You can’t perform that action at this time.
0 commit comments