资源大湿 发表于 2017-12-20 16:27

The type or namespace name `UnityEditor' could not be found. Are you missing ...


查找 //using UnityEditor.SceneManagement;是否有引用UnityEditor 不需要的去掉
有需要的 :Note: This is an editor class. To use it you have to place your script in Assets/Editor inside your project folder. Editor classes are in the UnityEditor namespace so for C# scripts you need to add "using UnityEditor;" at the beginning of the script.
注意:这是一个编辑器类,如果想使用它你需要把它放到工程目录下的Assets/Editor文件夹下。编辑器类在UnityEditor命名空间下。所以当使用C#脚本时,你需要在脚本前面加上 "using UnityEditor"引用。

mimimo 发表于 2018-1-18 22:00

楼主是超人

菲拉格慕,青 发表于 2018-1-18 22:09

顶顶多好

dc1986 发表于 2018-1-18 22:01

说的非常好

gwzw 发表于 2018-1-18 22:02

很好哦

Seasa 发表于 2018-1-18 22:35

LZ真是人才

牛魔王 发表于 2018-2-13 10:12

楼主是超人

战斧 发表于 2018-2-13 10:06

顶顶多好

zxsly99 发表于 2018-2-13 10:31

难得一见的好帖

五十米深蓝 发表于 2018-2-13 10:21

不错不错
页: [1] 2 3 4
查看完整版本: The type or namespace name `UnityEditor' could not be found. Are you missing ...