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 3517d1f commit f8b24ecCopy full SHA for f8b24ec
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -1,4 +1,4 @@
1
-using System;
+using System;
2
using System.IO;
3
using UnityEditorInternal;
4
using UnityEngine;
@@ -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