ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
https://github.com/aspnet/home#os-x
brew tap aspnet/dnx
brew update
brew install dnvm
- VSCode에서 유니티 프로젝트 루트 디렉토리 오픈
- Pick Project로 your_project-csharp.sln 선택
- 인텔리센스 동작 확인
settings.json에 files.exclude에 추가 (0.4 버전 이상)
"files.exclude": {
"**/*.cs.meta": true,
"**/.git": true,
"**/.DS_Store": true
}