Skip to content

Commit 0fd1383

Browse files
committed
rename menu item to Convert to Prefab
1 parent 0067b34 commit 0fd1383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/FbxExporters/Editor/ConvertToModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ namespace Editor
1818
{
1919
public class ConvertToModel : System.IDisposable
2020
{
21-
const string MenuItemName1 = "Assets/Convert To Model";
22-
const string MenuItemName2 = "GameObject/Convert To Model";
21+
const string MenuItemName1 = "Assets/Convert To Prefab";
22+
const string MenuItemName2 = "GameObject/Convert To Prefab";
2323

2424
/// <summary>
2525
/// Clean up this class on garbage collection

0 commit comments

Comments
 (0)