At a loss for words here. No matter what I try I can not get my script to print Debug.Log statements.
I check the console and I get nothing. I started a clean new project and attached a script to the camera. Nothing else involved and it doesn’t work. So frustrated. Anyone help? I tried searching and any info I did find didn’t really help me.
function Start () {
Debug.Log("Hello");
}