File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Assets/FbxExporters/Editor Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,12 @@ public override void OnInspectorGUI() {
45
45
exportSettings . centerObjects
46
46
) ;
47
47
48
+ exportSettings . ExportInBinary = EditorGUILayout . Toggle (
49
+ new GUIContent ( "Export in Binary:" ,
50
+ "If false, will export files in ASCII format." ) ,
51
+ exportSettings . ExportInBinary
52
+ ) ;
53
+
48
54
GUILayout . BeginHorizontal ( ) ;
49
55
GUILayout . Label ( new GUIContent (
50
56
"Export Path:" ,
@@ -159,12 +165,6 @@ public override void OnInspectorGUI() {
159
165
exportSettings . launchAfterInstallation
160
166
) ;
161
167
162
- exportSettings . launchAfterInstallation = EditorGUILayout . Toggle (
163
- new GUIContent ( "Export in Binary:" ,
164
- "If false, will export files in ASCII format." ) ,
165
- exportSettings . ExportInBinary
166
- ) ;
167
-
168
168
GUILayout . FlexibleSpace ( ) ;
169
169
GUILayout . EndScrollView ( ) ;
170
170
GUILayout . EndVertical ( ) ;
You can’t perform that action at this time.
0 commit comments