I have no idea what to do, but whenever I want to compile a script the MonoDevelop does not compile. I know the code I used was correct and I can do nothing about it, it simply says that I lack ??? (nothing)
----------
#pragma strict
function Start () {
print(“Hello Console!”);
}
----------
I get one error, and it is blank, the script wont compile, what could cause this? It applies both to C# and to JS.
↧