Contents
접기
728x90
환경설정변경
Unity에서 script를 눌렀을 때 visual stdio가 아닌 visual stdio code로 연결되도록 해보자.
Command키 + ,키를 눌러 환경설정을 열어준다.

External Tools에서 External Script Editor를 Visual Studio Code로 변경
Regenerate project files를 눌러준다.
이렇게 하면 이제 Unity에서 script를 열었을 때 Visual Studio Code로 연결될 것이다.
설치할 확장
이제 vsc에서 C#, Unity를 설치해야한다. 아래는 내가 설치한 목록이다.


728x90
'GameDevelop > 개발환경설정' 카테고리의 다른 글
| Visual Studio vs VS Code, 한글 주석 깨짐 방지 팁 (0) | 2025.05.23 |
|---|---|
| Unity Font에서 Font Asset만들기 (0) | 2025.05.19 |
| [Unity] 유니티 실행중일때 코드 못고치게 하기 Mac (0) | 2025.05.10 |
| VisualStudioCode에서 C#프로젝트 터미널로 생성하기 (0) | 2025.04.16 |
| Unity visualstudiocode .NET Core SDK를 찾을 수 없습니다 오류 (0) | 2025.04.15 |