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 23b2077 + b89ed81 commit 497b9e3Copy full SHA for 497b9e3
Assets/FbxExporters/Editor/FbxExporter.cs
@@ -81,7 +81,7 @@ public class ModelExporter : System.IDisposable
81
// NOTE: The ellipsis at the end of the Menu Item name prevents the context
82
// from being passed to command, thus resulting in OnContextItem()
83
// being called only once regardless of what is selected.
84
- const string MenuItemName = "GameObject/Export Model...";
+ const string MenuItemName = "GameObject/Export To FBX...";
85
const string ModelOnlyMenuItemName = "GameObject/Export Model Only...";
86
87
const string ClipMenuItemName = "GameObject/Export All Recorded Animation Clips...";
0 commit comments