File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Assets/FbxExporters/Editor Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ protected override void CreateCustomUI ()
119
119
{
120
120
GUILayout . BeginHorizontal ( ) ;
121
121
EditorGUILayout . LabelField ( new GUIContent (
122
- "Prefab Name: " ,
122
+ "Prefab Name" ,
123
123
"Filename to save prefab to." ) , GUILayout . Width ( LabelWidth - TextFieldAlignOffset ) ) ;
124
124
125
125
EditorGUI . BeginDisabledGroup ( DisableNameSelection ) ;
@@ -144,7 +144,7 @@ protected override void CreateCustomUI ()
144
144
145
145
GUILayout . BeginHorizontal ( ) ;
146
146
EditorGUILayout . LabelField ( new GUIContent (
147
- "Prefab Path: " ,
147
+ "Prefab Path" ,
148
148
"Relative path for saving Linked Prefabs." ) , GUILayout . Width ( LabelWidth - FieldOffset ) ) ;
149
149
150
150
var pathLabels = ExportSettings . GetRelativePrefabSavePaths ( ) ;
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ protected void OnGUI ()
261
261
262
262
GUILayout . BeginHorizontal ( ) ;
263
263
EditorGUILayout . LabelField ( new GUIContent (
264
- "Export Name: " ,
264
+ "Export Name" ,
265
265
"Filename to save model to." ) , GUILayout . Width ( LabelWidth - TextFieldAlignOffset ) ) ;
266
266
267
267
EditorGUI . BeginDisabledGroup ( DisableNameSelection ) ;
@@ -286,7 +286,7 @@ protected void OnGUI ()
286
286
287
287
GUILayout . BeginHorizontal ( ) ;
288
288
EditorGUILayout . LabelField ( new GUIContent (
289
- "Export Path: " ,
289
+ "Export Path" ,
290
290
"Relative path for saving Model Prefabs." ) , GUILayout . Width ( LabelWidth - FieldOffset ) ) ;
291
291
292
292
var pathLabels = ExportSettings . GetRelativeFbxSavePaths ( ) ;
You can’t perform that action at this time.
0 commit comments