C
C#2mo ago
bleach180

Can anyone help me with my visual studio please?

No description
34 Replies
Angius
Angius2mo ago
That's Visual Studio Code btw
bleach180
bleach1802mo ago
yeah i know can you help me please
Angius
Angius2mo ago
Could be anything tbh Does the project build from the CLI? dotnet build
bleach180
bleach1802mo ago
i dont know im a beginner in c# and i followed this tutorial to get visual studio code for unity and this happend sorry
Angius
Angius2mo ago
Ah, Unity...
bleach180
bleach1802mo ago
is unity good?
Angius
Angius2mo ago
Never used it myself, but many people do So, yeah, probably
bleach180
bleach1802mo ago
any suggestions?
Angius
Angius2mo ago
Do you have the .NET SDK installed? You can check that by executing dotnet --list-sdks command in any console window VSCode's built-in terminal, the CMD prompt, Powershell, anything
bleach180
bleach1802mo ago
yeah i know one sec so i just paste that command into the command prompt and what happens?
Angius
Angius2mo ago
And you should see what SDKs you have installed
Angius
Angius2mo ago
No description
bleach180
bleach1802mo ago
No description
bleach180
bleach1802mo ago
thats what happend
Angius
Angius2mo ago
Seems like you executed just dotnet Not dotnet --list-sdks
bleach180
bleach1802mo ago
yeah nothing happens lol
Pobiega
Pobiega2mo ago
can you include the command you ran in your screenshot?
bleach180
bleach1802mo ago
here
bleach180
bleach1802mo ago
No description
Pobiega
Pobiega2mo ago
wtf
bleach180
bleach1802mo ago
what?
Pobiega
Pobiega2mo ago
thats very weird try dotnet --info
bleach180
bleach1802mo ago
that worked here
bleach180
bleach1802mo ago
No description
Pobiega
Pobiega2mo ago
right you have no sdk only the runtime
bleach180
bleach1802mo ago
so how do i fix my visual studio problem
Angius
Angius2mo ago
Install .NET SDK winget install Microsoft.DotNet.SDK.8
bleach180
bleach1802mo ago
with that link ok its done is that it? or is there one more step?
Angius
Angius2mo ago
That should suffice, yeah Restart VSCode and see
bleach180
bleach1802mo ago
ok yeah it worked thanks so much ive been trying to figure this out for like an hour thx sense im knew to c# is there any tips to help me so i dont need to watch 100 videos to figure somthing out
Angius
Angius2mo ago
Best tip would be to not start with Unity But rather something like the $helloworld tutorials
Angius
Angius2mo ago
You're gonna have much easier time jumping into Unity once you know the basics
bleach180
bleach1802mo ago
i know the basics of it like int and public and floats and i know lua and like how to make things move with addforce and vector3