When I want to edit C# Unity scripts, they open in Visual Studio. It is supposed to provide auto complete for all Unity related code, but it doesn\'t work.
Here you c
one of the above methods are worked for me and I just found a solution to this problem,
1. First, go to the project directory and delete .sln
file
2. Second, go to unity and double click your script. Then Visual Studio will be open with an error,
.csproj
file. Just double click and open this from your Visual Studio editor and open the scripts folder inside the assets folder and open the scripts and autocompletion will be working perfectly fine.