반응형
is in unsupported format (for example, a traditional .Net Framework project). It need be converted to new SDK style to work in C# Dev Kit.
VSCode에 이와 같은 로그가 나오며 Visual Studio에서는 작업이 되지만 VSCode에서는 안되는 경우
필자의 경우 Mac으로만 작업을 하다 오랜만에 Window10에서 포스팅용 유니티 프로젝트를 생성했더니 그랬다.
아마 VSCode용 C# Extension과 Unity 및 .Net Install Tool 이 생기거나 업데이트되어서 그런것 같다.
https://code.visualstudio.com/
Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
VSCode를 새롭게 설치하면 된다.
이전 버전에서는 자동으로 업데이트가 되었는데 관리자권한 문제로 업데이트가 안되는것 같다.
'Unity' 카테고리의 다른 글
헷갈리는 오브젝트 회전 방법 Part 2 (Lerp, Slerp, RotateTowards) (0) | 2023.11.22 |
---|---|
시야 범위에 타켓 오브젝트가 들어와 있는지 확인하는 방법 (0) | 2023.11.21 |
헷갈리는 오브젝트 회전 방법 Part 1 (LookRotation, LookAt, RotateTowards) (0) | 2023.11.20 |
Unity에서 Google AdMob을 사용하는 방법 (0) | 2023.11.07 |
Unity의 WaitUntil 코루틴 (0) | 2023.10.25 |