There are inconsistent line endings in the 'Assets/Scripts/xxx.cs' script.
轉自:https://blog.csdn.net/qq_28775437/article/details/77947523
今天在Windows上使用VS2008做Unity3D開發,寫了個C#指令碼之後還沒執行在UnIty裡面就提示這個
這句話大概意思是說“當前這個程式碼檔案的行尾標誌不一致,一些是Mac OS X (UNIX),另外一些是Windows的 … ”後面的內容沒用,這個警告基本感覺也不影響編譯和執行,但是本著一個嚴謹的態度= =,還是解決為好。
錯誤原因:
當使用NotePad++開啟,設定“顯示換行編碼”的時候我們就能發現,在自己寫的程式碼中,編譯器中每行程式碼換行的時候什麼都沒有,但是在這裡卻看到了換行符號,通過Unity3D編輯器建立的指令碼檔案是以"LF"結尾(Unix平臺),MonoDevelop IDE建立的也是以“LF”結尾(Unix平臺),而直接用Visual Studio建立的檔案是以“CR LF”結尾(Windows平臺)
解決方案:
使用VS開啟報出警告的檔案,“檔案->高階儲存選項”進行如下操作就行啦:
作者:塞北狼煙
來源:CSDN
原文:https://blog.csdn.net/qq_28775437/article/details/77947523
版權宣告:本文為博主原創文章,轉載請附上博文連結!
相關推薦
There are inconsistent line endings in the 39;Assets/Scripts/xxx.cs39; script.
轉自:https://blog.csdn.net/qq_28775437/article/details/77947523 今天在Windows上使用VS2008做Unity3D開發,寫了個C#指令碼之後還沒執行在UnIty裡面就提示這個 這句話大概意思是說“當前這個程式碼檔案的行
Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace th
警告問題: Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are stri
【賤賤的夢想】There are only two creatures in the world who can surmount the pyramid —— the eagle and the snail.
賤賤的夢想 There are only two creatures in the world who can surmount the pyramid —— the eagle and the snail....
mpociot/laravel-apidoc-generator There are no commands defined in the "api" namespace.
我想給我的app做一個文件說明,發現已經有輪子了,我之前也造了一個,但是在Laravel上面效果不太好,搜了一下,發現已經有個包了。 https://github.com/mpociot/laravel-apidoc-generator 地址是這個,我的是L
windows10下git報錯warning: LF will be replaced by CRLF in readme.txt. The file will have its original line endings in your working directory.
init config code 回車 git init col ngs 使用 warn window10下使用git時 報錯如下: $ git add readme.txtwarning: LF will be replaced by CRLF in readme.txt
[git] -- warning: LF will be replaced by CRLF in app/app.iml. The file will have its original line endings in your working directory.
file 告訴 結束 windows 記錄 換行 錯誤 core HA 遇到這個錯誤,因為是git的換行符檢查功能。之前代碼是在MAC下,後來放在windows系統下,git add .的時候報這個錯誤。 core.safecrlf git 提供了一個換行符檢查功能(cor
git提交時候報錯:The file will have its original line endings in your working directory.
錯誤描述在使用git提交的時候出現The file will have its original line endings in your working directory.錯誤,後來發現 自己再提交的時候忘記輸入git add 上傳的檔案 出現了上面的錯誤,需要下面進行修改: 1 git rm -r -
Git add 報錯The file will have its original line endings in your working directory
報錯的圖片如下 解決的方式如下: 原因,查到了一個,不知道是不是 Git下處理“換行”(line ending) core.autocrlf是git中負責處理line ending的變數,可以設定3個值:true,false,inout。 (1)設定為true【c
Git提交時提示‘The file will have its original line endings in your working directory’
折騰Hexo部落格有一陣子,每次提交的時候直接Hexo d後沒管,這次仔細看了提交時的輸出日誌,發現滿屏提示 warning: LF will be replaced by CRLF in xxxxx The file will have its original line e
[Git add . ] 遇到The file will have its original line endings in your working directory 解決辦法
tor oba ngs conf lse pre line add pan 1.在新項目中使用[ git add . ]時出現: warning: LF will be replaced by CRLF in ...... The file will have
Swift reason: 'attempt to insert row 10 into section 0, but there are only 10 rows in section
如果用的時NSArray或者NSDictionary來標識Section和Row數量,請在呼叫增刪方法時更新好資料。並且在beginUpdate和 enUpdate方法中間增刪操作。 self.ta
Fiber Optic Probe Measures Carotenoids Overhead Line Monitoring in the Skin
www.inhandnetworks.com New technology that measures a biomarker by simply bouncing blue laser light off the skin provides fast, painless and hig
Mybatis-no getter for property named 39;col_name39; in 39;class com.xxx.onebean39;
body bean 意思 可能 ati property bat post 方法 Mybatis中出現該異常 There is no getter for property named ‘col_name‘ in ‘class com.xxx.onebean 意思是on
解決QT:forward declaration of 'struct Ui::xxx';invalid use of incomplete struct "Ui::Widget" 等莫名奇異錯誤
執行 center dex text nco jsb ims complete class 今天在進行QT Widget的UI設計時,改了下Widget的對象名,然後在多次成功編譯執行後,執行清理,又一次構建,就出現了好多莫名奇異的錯誤: widget.
Source file 39;XXX.cs39; could not be found. - 檔案不能被找到
在解決方案中,新建方法類,由於之後不需使用,進行了刪除,但是由於開發工具可能是秀逗了,沒有相應的進行刪除,導致配置檔案還需載入這個類,而我們在解決方案過程中沒辦法找到這個類了。 可以嘗試: 清理解決方案,新建同名類檔案,再將檔案進行排除,重新生成檔案 關閉解決方案,重啟專案
Xcode工程編譯錯誤之iOS開發之Sending 39;__strong typeof (xxx)39; (aka 39;xxxx *__strong39;) to parameter of incompatible type 39;id<xxx>39;
ram 分享 一行 警告 解決 class send 文件 interface iphone開發出現警告: Sending ‘__strong typeof (xxx)‘ (aka ‘xxxx *__strong‘) to parameter of incompatibl
There is already an object named 39;#xxxx39; in the database.
這個案例是前幾天同事遇到的一個案例,在儲存過程中“刪除”了一個臨時表,然後重新建立這個臨時表時遇到“There is already an object named 'xxxx' in the database."這樣的錯誤。下面簡單演示一下這個案例(不用儲存過程,而是直接用簡單的SQL語句重現) &nbs
寒星軒(There are innumerable stars in the sky, the smallest is me!)
Windows下C++程式設計 C++是我學的第一門面向物件程式語言,也是我下工夫最多的一門程式語言。至今,C++仍然是我最喜歡的程式語言。能成為CSDN部落格專家也是因為我關於C++的技術文章。專欄裡主要是用C++在Window
mybatis 異常 There is no getter for property named 39;bizId39; in 39;class java.lang.Long39;
img 技術分享 .com mybatis lan alt nbsp pro 錯誤 mybatis 異常 There is no getter for property named ‘bizId‘ in ‘class java.lang.Long‘ 當使用mybatis進行
Maven出現錯誤No plugin found for prefix 39;jetty39; in the current
jetty jpress Maven出現錯誤No plugin found for prefix ‘jetty‘ in the current project and in the plugin groups的問題解決只需在maven的setting.xml文件上加入如下節點:<pluginGr