概述
用visual studio for Mac编写unity脚本的时候,untiy编译器出现如下警告:
There are inconsistent line endings in the 'Assets/Scripts/day04/DoRotation.cs' script. Some are Mac OS X (UNIX) and some are Windows.
This might lead to incorrect line numbers in stacktraces and compiler errors. Many text editors can fix this using Convert Line Endings menu commands.
翻译过来的意思是:
“Assets/Scripts/day04/DoRotation.cs”脚本中的行尾不一致。有些是Mac OS X(UNIX),有些是Windows。
这可能会导致堆栈跟踪中的行号不正确以及编译器错误。许多文本编辑器可以使用“转换行尾”菜单命令解决此问题。
抓住重点“转换行尾”
- Windows
Windows的vs行尾转换:“文件->高级保存选项”进行如下操作就行
- MacOS解决方案
工具-添加自定义工具
文本编辑器 - 设置行尾转换 - 右下角确定,再运行一次,警告就消失啦~
最后
以上就是知性电源为你收集整理的(visual studio for Mac/Windows)There are inconsistent line endings in the‘xxx‘script. Some are Mac O的全部内容,希望文章能够帮你解决(visual studio for Mac/Windows)There are inconsistent line endings in the‘xxx‘script. Some are Mac O所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复