Hi,
When I enter the code from the lecture:
void Start () {
print (“Welcome to Number Wizard!”);
print (“Pick a number in your head but don’t tell me”);
}
Nothing displays to the console when I run the program in Unity. When I place the pointer over print, I get a popup that says “error CS0103: The name ‘print’ does not exist in the current context”.
I have the script attached to a game object that is inside the scene.
I am fairly certain my code looks like the code in the lecture.
Does anyone know if there is some setting I have to set that I may have missed? Any other suggestions?