【Unity】无法正常启动项目—>All compiler errors have to be fixed before entering playmode 问题描述 打开项目后启动项目无法启动报错All compiler errors have to be fixed before entering playmode 原因分析: 如果你的Unity工程里任何脚本含有错误,使得Unity不能编译脚本,那么这条错误信息就会显示出来。一旦存在这条错误,你将不能进入Play模式。 解决方案: 你需要查看显示在Console里的所有的错误并修复它们。 将项目中报错的脚本解决好就可以