- vs2022는 17버전임. 세부 버전은 VS 실행해서 '도움말-Microsoft Visual Studio 정보'에서 세부 버전 확인
2) 솔루션(sln) 파일 연결 프로그램은 'Microsft Visual Studio Version Selector'로 변경.
3) 더블클릭해서 실행해본다.
- 혹시나 잘안되면 .vs 폴더 삭제 후 다시 더블클릭
---------------------------------------
Welcome to Microsoft Q&A!
You can open the sln file of the project, for example, using Visual Studio Code. This is a partial screenshot of two sln files, the upper one was created by Visual Studio 2019, and the lower one was created by Visual Studio 2022.
Visual Studio 2019:
Visual Studio 2022:
"# Visual Studio Version 16" The major version of Visual Studio that (most recently) saved this solution file. This information controls the version number in the solution icon. VisualStudioVersion = 16.0.28701.123 The full version of Visual Studio that (most recently) saved the solution file. If the solution file is saved by a newer version of Visual Studio that has the same major version, this value is not updated so as to lessen churn in the file.
You can modify these two version numbers. As an example, I modified the version number of the sln file created by VS2019:
Double click the sln file, it will open in VS2020.
- [GooglemobileAds 6.0.0] You need to enable "Link frameworks statically" in Unity Editor -> Assets -> External Dependency Manager -> iOS Resolver -> Settings, or else the GMA plugin does not work.