Unity 编辑器扩展 - 君莫笑‘ - 博客园
using UnityEngine; using System.Collections; using UnityEditor; [CustomEditor(typeof(Atr))] //需要继承自editor,并且引入UnityEditor程序集 public class Learn...
【风宇冲】Unity3d编辑器拓展_风宇冲_新浪博客
Unity Editor编辑器拓展一般用3个类 一ScriptableObject ScriptableObject,继承自UnityEngine.Object,可用于在编辑器中存储数据,这里用于承载导航菜单栏的小功能。(无窗...