File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/export/Assets/Editor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public class FbxExporter13 : System.IDisposable
3737 @"" ;
3838
3939 const string MenuItemName = "File/Export FBX/13. Scene with mesh instances" ;
40- const string MenuItemName1 = "File/Export FBX/Create Example Scene/Scene with lots of mesh instances (select model prefab )" ;
40+ const string MenuItemName1 = "File/Export FBX/Example Scene/1000 instances of selected Model Prefab(s )" ;
4141
4242 const string FileBaseName = "example_mesh_instances" ;
4343
@@ -555,7 +555,7 @@ public static bool OnValidateMenuItem ()
555555 /// <summary>
556556 /// create menu item in the File menu
557557 /// </summary>
558- [ MenuItem ( MenuItemName1 , false ) ]
558+ [ MenuItem ( MenuItemName1 , false , - 100 ) ]
559559 public static void OnMenuItem1 ( )
560560 {
561561 OnCreateScene ( ) ;
You can’t perform that action at this time.
0 commit comments