Serg
Serg

Reputation: 7475

Visual Studio 2019 regularly loses the ability to open Unity projects (unsupported)

Nothing was changed when all of a sudden Visual Studio 2019 suddenly couldn't open Unity 2019.2.4f1 projects.

enter image description here

enter image description here

Once it happened several months ago. That time it was cured by itself when I downloaded a clean Unity project from my repository. Just yesterday it happened again. I spend the whole day surfing forums and trying to fix but nothing helped until I decided to completely reinstall Visual Studio. Today everything was fine until suddenly it started again.

I didn't change anything, just was working with code. External tools settings are set as they were.

enter image description here

Any ideas why it could happen and how to fix it without reinstalling VS? Is it possible to somehow find out what exactly the VS can't understand in the project files?

Upvotes: 1

Views: 632

Answers (1)

user12644476
user12644476

Reputation: 31

In VS2019 go to Extensions -> Manage Extensions and check that "Visual Studio 2019 Tools for Unity" extension is installed, and enabled.

Upvotes: 3

Related Questions