Debug.Log is not working

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");
}

Are you sure you have attached your script to a GameObject?

if you have a console window open, and after the window is open, you begin the game, then the window will not show debug logs. the logs will show up along the bottom of unity, and once one does you can click it to open a ‘current’ console.