'scriptcs' is not recognized as an internal or external command
I get this error even when I just want to print a hello world. This has not happened before.
17 Replies
Don't use
scriptcs
your folder is called "unity projects" yet you are... not using unity?
or rather, trying to run something that is meant for unity outside of unity?
yes i just want to test something by runnign it using the play button
well - dont do that :p
C# isnt python or javascript
you dont run random .cs files
although it does not work on any other folder either
To the surprise of nobody, Unity is required for a Unity project to run
im following a tutorial and it seems to run on their end fine
robbing a bank is technically possible, but not recommended
where can i fidn and delete it
?
The error tells you scriptcs doesn't exist... and you want to delete it?
Whuh?
"How do I throw away the apple I don't have?"
it says it doesn't know what "scriptcs" is
meaning that it's there
... no
that error literally means it cant find
scriptcs
"Give me your apple"
"What apple, I don't have an apple!"
"Ha! That means you have it!"
What..?
I can assure you
asdgfjbingsdafbjhiadgs
is not a valid file or command on my computer* If you want to run a clear C# project without Unity, make it with
dotnet new console
and run it with dotnet run
* If you want to run code dependent on Unity... run Unityyeah this i use to run the basic stuff on visual studio and now im wondering why it doesn't work in vs code
i will close this thread now
.