如果在Unity使用Visual Studio 2017寫C#腳本時遇到以下錯誤訊息:
There are inconsistent line endings in the 'someFileName.cs' script. Some are Mac OS X (UNIX)
and some are Windows.This might lead to incorrect line numbers in stacktraces and compiler
errors. Unitron and other text editors can fix this using Convert Line Endings menu commands.
大意是說行尾的換行符號不一致
在Visual Studio 2015的話,
可以按功能表的 檔案-->進階儲存 來解決
但是在Visual Studio 2017的話要從別的地方叫出選項:(參見附圖)
功能表的 檔案-->另存XXX.cs為...
在存檔按鈕旁邊有個倒三角形符號,點一下 ,
選擇以編碼方式儲存
再把行尾結束符號改為Windows的就可以了
謝謝!
回覆刪除