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 748c123 + 02f6c9a commit 2ee472dCopy full SHA for 2ee472d
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -157,13 +157,13 @@ public override void OnInspectorGUI() {
157
EditorGUILayout.Space();
158
159
exportSettings.launchAfterInstallation = EditorGUILayout.Toggle(
160
- new GUIContent("Keep open:",
+ new GUIContent("Keep Open:",
161
"Keep the selected 3D application open after Unity integration install has completed."),
162
exportSettings.launchAfterInstallation
163
);
164
165
exportSettings.HideSendToUnityMenu = EditorGUILayout.Toggle(
166
- new GUIContent("Hide native menu:",
+ new GUIContent("Hide Native Menu:",
167
"Replace Maya's native 'Send to Unity' menu with the Unity Integration's menu"),
168
exportSettings.HideSendToUnityMenu
169
0 commit comments