34 Replies
That's Visual Studio Code btw
yeah i know can you help me please
Could be anything tbh
Does the project build from the CLI?
dotnet build
i dont know im a beginner in c# and i followed this tutorial to get visual studio code for unity and this happend
sorry
Ah, Unity...
is unity good?
Never used it myself, but many people do
So, yeah, probably
any suggestions?
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, anythingyeah i know one sec
so i just paste that command into the command prompt and what happens?
And you should see what SDKs you have installed
thats what happend
Seems like you executed just
dotnet
Not dotnet --list-sdks
yeah nothing happens lol
can you include the command you ran in your screenshot?
here
wtf
what?
thats very weird
try
dotnet --info
that worked
here
right
you have no sdk
only the runtime
so how do i fix my visual studio problem
Install .NET SDK
winget install Microsoft.DotNet.SDK.8
with that link
ok its done
is that it? or is there one more step?
That should suffice, yeah
Restart VSCode and see
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
Best tip would be to not start with Unity
But rather something like the $helloworld tutorials
You're gonna have much easier time jumping into Unity once you know the basics
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