I'm using Unity 3D in combination with Visual Studio 2008 on a Windows 7 64 bit system.



When saving a cs file in Visual Studio and returning to Unity 3D I always get the following warning:



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.




I've seen that more people have this problem but they all are using OS X.



How can I fix this problem on my Windows machine?



UPDATE:

OK, I fixed the problem by replacing the NewBehaviourScript.cs that is located in Unity\Editor\Data\Resources

By creating a new script using Windows it contains only CrLf for new lines. So now when I create a new cs script in Unity and edit it in Visual Studio all the line endings are the same. So no more warnings

Create a new class in visual studio and set it up in the same way as the default NewBehaviourScript.cs.

Do not copy and paste as you will most likely copy the line endings too, thus undoing your efforts.

It is possible Unity does this so that other OS's & IDE's 'understand' the script too.



Line endings by the way are the characters that text editors interpret as a new line.

"/n" or "/r" for example.

最新文章

  1. Android 图片上传
  2. K米--案例分析
  3. 新知识Tom大叔
  4. F. Music in Car
  5. Sublime Text 2 入门
  6. Android Studio:Error:Execution failed for task ':app:mergeDebugResources'. > Some file crunching failed, see logs for details
  7. Stars(树状数组+线段树)
  8. iwebshop两表联查
  9. 洛谷mNOIP模拟赛Day1-斐波那契
  10. php一致性hash算法的应用
  11. 项目分层-----MVC
  12. “吃人”的那些Java名词:对象、引用、堆、栈
  13. Xamarin.Android 利用Fragment实现底部菜单
  14. python之排序算法
  15. PHP开发小技巧③—实现多维数组转化为一维数组
  16. SpringMVC详细示例实战教程(较全开发教程)
  17. 【Selenium-WebDriver问题篇】Selenium实现元素的拖拽(java版)(转)
  18. 利用 Azure Devops 创建和发布 Nuget 包
  19. EGit系列第二篇——关联远程仓库
  20. WebGL编程指南案例解析之3D视图视区问题

热门文章

  1. ArrayList、Vector和LinkedList的区别
  2. Fail2ban + firewalld 防护doss攻击
  3. jumpserver install
  4. html+css布局整理笔记
  5. Ubuntu win8 小设备版本
  6. WAMP安装之坑
  7. (转)基于MVC4+EasyUI的Web开发框架形成之旅--MVC控制器的设计
  8. jsoup解析页面
  9. String、Stringbuffer、StringBuffer回顾
  10. json与object