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 11d168c commit be5a577Copy full SHA for be5a577
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -89,6 +89,8 @@ public override void OnInspectorGUI() {
89
90
EditorGUILayout.Space ();
91
92
+ GUILayout.BeginVertical("box");
93
+ GUILayout.Space(10);
94
GUILayout.BeginHorizontal ();
95
GUILayout.Label (new GUIContent (
96
"3D Application:",
@@ -172,6 +174,8 @@ public override void OnInspectorGUI() {
172
174
"Launch the selected application after unity integration is completed."),
173
175
exportSettings.launchAfterInstallation
176
);
177
178
+ GUILayout.EndVertical();
179
180
GUILayout.FlexibleSpace ();
181
GUILayout.EndScrollView ();
0 commit comments