반응형
SMALL
틈만 나면 망가지는 유니티 + VS Code 조합
아무것도 건드리지 않아도 망가져버린다.
오늘은 또 무슨 문제일까.
C# Log
A .Net 6 SDK for x86_64 was not found. Please install the latest x86_64 SDK from ...
Omnisharp Log
No export was found for the contract 'ILoggerFactory'
늘 하던대로
패키지 매니저 업데이트 확인,
VS Code Extensions 업데이트, 다운데이트 실패,
프로젝트 파일 제거, Regenerate Project files
유니티, VS code 재실행 등등 해보지만 잘 되지 않는다.
구글링을 하니 답이 나왔다.
https://github.com/OmniSharp/omnisharp-vscode/issues/5504
Setting omnisharp.path to latest would break.
Setting omnisharp.path to empty string could fix.
VS code > Setting > omnishar.path > "latest" -> ""
로 변경하고 재실행하니 바로 해결.
매번 느끼지만 실리콘 밸리 빅테크 개발자들도 생각보다 꼼꼼하지 않은 것 같다.
반응형
LIST