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

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
8 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Suiram1
9 months ago

Then the same thing happens to you as here:

Suiram1
9 months ago
Reply to  GurmDerWurm

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).

Suiram1
9 months ago
Reply to  GurmDerWurm

But both are the same mistake. It shows how to fix this permanently.

Suiram1
9 months ago

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.