[Unity] Visual Studio 프로젝트 오픈시 마이그레이션이 필요합니다 또는 호환되지 않음

APP 2020. 1. 22. 14:58

문제 상황

Visual Studio에서 유니티 프로젝트의 cs.파일을 열때 에러가 발생했다.

 

 

 

해결된 방법

 

Visual Studio의 확장>> 확장관리>> 설치됨 에서 Visual Studio 2019 Tools for Unity 를 사용함으로 바꿈

이후 Assembly-CSharp 프로젝트를 우클릭>> 프로젝트 다시 로드를 시도했더니 해결되었다.

 

 

 

시도한 방법들

1. Visual Studio 2015 Tools for Unity 를 다시 설치해봄

https://marketplace.visualstudio.com/items?itemName=SebastienLebreton.VisualStudio2015ToolsforUnity

 

2. Visual Studio의 도구>> 도구 및 기능 가져오기 에서 유니티를 사용한 개발 설치

 

3.Visual Studio의 확장>> 확장관리>> 설치됨 에서 Visual Studio 2019 Tools for Unity 를 사용함으로 바꿈

 

 

참조한 질문글

 

https://stackoverflow.com/questions/40451783/unity-solution-not-compatible-with-visual-studio

 

Unity solution not compatible with visual studio

Since updating to the most recent version of Unity 5.4.0f3, whenever I doubleclick on a script, it launches both Visual Studio and Monodevelop, but I get an error saying that the this version of VS (

stackoverflow.com

 

: