I need help! I don't know what I am doing wrong..

Started by
1 comment, last by Rutin 5 years, 5 months ago
I need help, I just started learning today (about programming).
But I dont understand what I am doing wrong
I am getting a error message: Assets/PlayerMovement.cs(10,9): error CS0117: UnityEngine.Debug' does not contain a definition forlog'
image.thumb.png.bfb8de8430fddf25f0365d2b10d7dbbb.png

I found the problem (its about the captials.)

Advertisement

That is because it's: 


Debug.Log("Welcome");

Cases do matter when calling methods.

Programmer and 3D Artist

This topic is closed to new replies.

Advertisement