You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ADDED] Browse button offset because they weren't lined up correctly
[REMOVED] some spaces that we didn't need
[CHANGED] the browse buttons to be below the fields
if(GUILayout.Button(newGUIContent("...","Browse to a new location for saving model prefabs"),EditorStyles.miniButton,GUILayout.Width(BrowseButtonWidth))){
74
+
if(GUILayout.Button(newGUIContent("...","Browse to a new location for saving model prefabs"),EditorStyles.miniButton,GUILayout.Width(BrowseButtonWidth)))
if(GUILayout.Button(newGUIContent("...","Browse to a new installation path for 3D application integrations"),EditorStyles.miniButton,GUILayout.Width(BrowseButtonWidth)))
118
132
{
@@ -135,8 +149,6 @@ public override void OnInspectorGUI() {
135
149
136
150
GUILayout.EndHorizontal();
137
151
138
-
EditorGUILayout.Space();
139
-
140
152
GUILayout.BeginHorizontal();
141
153
EditorGUILayout.LabelField(newGUIContent(
142
154
"3D Application:",
@@ -146,6 +158,12 @@ public override void OnInspectorGUI() {
if(GUILayout.Button(newGUIContent("...","Browse to a 3D application in a non-default location"),EditorStyles.miniButton,GUILayout.Width(BrowseButtonWidth))){
0 commit comments