I recently reformatted my dev box and pull down my Unity projects from Git and now something strange is happening between Unity and VS2019.
When I select "Open C# Project" it opens Windows Explorer and I can open the project from there but I don't have any integration to Unity (Such as attaching the debugger) and I have to go through the Windows Explorer every time.
Double clicking on a single script in Unity will open that script in VS2019 but not the project.
I have tried deleting the .vs folder, the .csprog and .sln files and getting Unity to re generate them but the problem remains.
What has gone wrong and how do I fix it??
↧