Game development unity editor extended knowledge series: right-click to add a menu item under the Project view

Description:

        Just put the path of the sub-item under "Assets", right click to see

    [MenuItem("Assets/MenuItemForRightMouseDown")]
    public static void Init()
    {

    }

        

Guess you like

Origin blog.csdn.net/qq1090504117/article/details/111593960