File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ internal static class NoteUtility
99 {
1010 private static string _gizmosPath ;
1111
12- [ MenuItem ( "GameObject/Create " + nameof ( LazyNote ) ) ]
12+ [ MenuItem ( "GameObject/" + ASSET_SHORT_NAME + "/ Create " + nameof ( LazyNote ) ) ]
1313 public static void CreateLazyNote ( MenuCommand menuCommand )
1414 {
1515 GameObject go = new GameObject ( nameof ( LazyNote ) ) ;
@@ -18,7 +18,7 @@ public static void CreateLazyNote(MenuCommand menuCommand)
1818 Undo . RegisterCreatedObjectUndo ( go , "Create " + go . name ) ;
1919 Selection . activeObject = go ;
2020 }
21- [ MenuItem ( "GameObject/Create " + nameof ( Note ) ) ]
21+ [ MenuItem ( "GameObject/" + ASSET_SHORT_NAME + "/ Create " + nameof ( Note ) ) ]
2222 public static void CreateNote ( MenuCommand menuCommand )
2323 {
2424 GameObject go = new GameObject ( nameof ( Note ) ) ;
You can’t perform that action at this time.
0 commit comments