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 0067b34 commit 0fd1383Copy full SHA for 0fd1383
Assets/FbxExporters/Editor/ConvertToModel.cs
@@ -18,8 +18,8 @@ namespace Editor
18
{
19
public class ConvertToModel : System.IDisposable
20
21
- const string MenuItemName1 = "Assets/Convert To Model";
22
- const string MenuItemName2 = "GameObject/Convert To Model";
+ const string MenuItemName1 = "Assets/Convert To Prefab";
+ const string MenuItemName2 = "GameObject/Convert To Prefab";
23
24
/// <summary>
25
/// Clean up this class on garbage collection
0 commit comments