There are inconsistent line endings

There are inconsistent line endings in the 'Assets/Scripts/SomeThing.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. 유니티에서 가끔 위와같은 경고가 찍힌다.대략적인 내용은 아래와 같다. 스크립트의 줄끝이 명확하지 않습니다. 어떤건 Mac을 따르고 어떤건 Window를 따릅니다.이렇게 되면 나중에 컴파일러 오류시 스택 추적할 때 잘..