unity 菜单栏添加新菜单-LMLPHP

using UnityEngine;
using System.Collections;
using UnityEditor; public class jqmTools : CreateSphere
{
[MenuItem("JqmTools/init Scenes")]
static void CreateSphere()
{
Debug.Log("hello CreateSphere");
}
}
05-28 21:13