First of all, congratulations on creating a great course. I’ve been fully enjoying it although I’m a bit frustrated right now.
I find it confusing to have a namespace and a variable be the same name.
For example: Level level; // confuses the heck out of me.
And then: level = FindObjectOfType<Level(); // makes my eyes go crossed.
But! I have had several Ah Ha! moments while watching and following along with these lessons so I’m open to the possibility of this becoming clear in a future Ah Ha! moment.
But for now is there any way I can get a bit more info on what Level level; actually does and what is the difference between the two.
Thanks!