MS visual studio autocomplete?
Hi, I'm currently following the unity Junior program and I'm a bit stuck at 1.2
In the attached video, you can see the guy using autocomplete, and I've actually followed everything as instructed so far (with a few changes where it doesn't make a difference; for example, I used a roadblock instead of a box; it has nothing to do with code). I've also tried simply reinstalling it, and autocomplete still didn't work…
I look forward to your replies and thank you for your attention
Then the same thing happens to you as here:
and what if I don’t find such a file? or is not present?
For each C# project created with Visual Studio (Unity does this via Visual Studio), there must be a .sln file and a .csproj file. And you could not start the program (also not from Unity).
I thank you for your help, but at the end it was because I had to change an attitude in Unity. I don’t know if you care, but here I found the solution: https://stackoverflow.com/questions/42597501/unity-scripts-edited-in-visual-studio-dont-provide-autocomplete
But both are the same mistake. It shows how to fix this permanently.
Thank you, I’m going on with this:D
When you created the project, you selected a path where the project is to be saved. There should be both. The .sln file should bear the name of your project and the .csproj file should be Assembly-CSharp.csproj.
is there a standartized location where the file ends?