摘要: using UnityEngine; using UnityEditor; public class NodeEditor : EditorWindow { Rect window1; Rect window2; [MenuItem("Window/Node editor")] static void ShowEditor() { ... 阅读全文
posted @ 2018-01-08 13:56 月儿圆 阅读(674) 评论(0) 推荐(0)
摘要: 解决方法: ① 查看项目名称是否有特殊字符; ② 删除项目路径下的Assembly-CSharp.csproj, Assembly-CSharp-Editor.csproj ③ 重新打开项目 阅读全文
posted @ 2017-11-16 11:02 月儿圆 阅读(257) 评论(0) 推荐(0)