Skip to content

Commit 442353c

Browse files
authored
Merge pull request #124 from Unity-Technologies/UNI-24626-remove-auto-review-button
UNI-24626 remove auto review button from export settings
2 parents 4ab37da + 8dc529a commit 442353c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ public override void OnInspectorGUI() {
9999

100100
GUILayout.EndHorizontal ();
101101

102-
EditorGUILayout.Space ();
103-
if (GUILayout.Button (new GUIContent ("Auto Review",
104-
"Opens turntable review of last saved prefab."))) {
105-
FbxExporters.Review.TurnTable.LastSavedModel ();
106-
}
107-
108102
EditorGUILayout.Space ();
109103
if (GUILayout.Button ("Install Maya Integration")) {
110104
FbxExporters.Editor.IntegrationsUI.InstallMayaIntegration ();

0 commit comments

Comments
 (0)