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.
2 parents d3c403a + f8b24ec commit 8ae893eCopy full SHA for 8ae893e
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -88,7 +88,7 @@ public override void OnInspectorGUI() {
88
GUILayout.BeginHorizontal ();
89
90
GUILayout.Label (new GUIContent (
91
- "Turn Table Scene:",
+ "Turntable Scene:",
92
"Scene to use for reviewing models. If none, a scene will be created on review."));
93
94
exportSettings.turntableScene = EditorGUILayout.ObjectField (
0 commit comments