Visual Studioを利用してUnityのスクリプトを書いているとよくこんな警告が出ます。 There are inconsistent line endings in the 'Assets/XXX.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/XXX.cs' スクリプトの改行コードに一貫性がありません。Mac OS X (UNIX)のものとWindowsのものがあります。