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 9aff398 commit 23029c6Copy full SHA for 23029c6
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -183,8 +183,8 @@ public override void OnInspectorGUI() {
183
);
184
185
exportSettings.HideSendToUnityMenu = EditorGUILayout.Toggle(
186
- new GUIContent("Replace native menu:",
187
- "Replace Maya's native 'Send to Unity' menu with the UnityFbxForMaya's Export"),
+ new GUIContent("Hide native menu:",
+ "Replace Maya's native 'Send to Unity' menu with the Unity Integration's menu"),
188
exportSettings.HideSendToUnityMenu
189
190
0 commit comments