Unityで以下のエラーが出る場合
There are inconsistent line endings in the 'Assets/Scripts/PeerToPeerBehaviourScript.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.
プロジェクトに以下のファイルを含める。
-
ソリューションを選択した状態から、新規項目でテキストを選んで、ファイル名を.editorconfigにする。
-
root = true
[*.cs]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
→うまく行っていないような感じ。おそらくUnityが毎回ソリューションファイルなどをリセットするため。