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 3a2bf02 commit 1a072a9Copy full SHA for 1a072a9
Assets/FbxExporters/Editor/FbxExporter.cs
@@ -85,7 +85,7 @@ public class ModelExporter : System.IDisposable
85
// from being passed to command, thus resulting in OnContextItem()
86
// being called only once regardless of what is selected.
87
const string MenuItemName = "GameObject/Export To FBX...";
88
- const string ModelOnlyMenuItemName = "GameObject/Export To FBX Only...";
+ const string ModelOnlyMenuItemName = "GameObject/Export Model Only...";
89
90
const string ClipMenuItemName = "GameObject/Export All Recorded Animation Clips...";
91
const string TimelineClipMenuItemName = "GameObject/Export Selected Timeline Clip...";
0 commit comments