I’m asking because I’m reading through the Lerpz Tutorial and was stuck for a little while with the Game Over Scene. Turns out it wasn’t showing up because I typed “function onGUI()” instead of “function OnGUI()”.
That little mistake made me realize that that kind of typos can and will occur in the future so I wanted to know if there is a way to avoid them before hand.
Kinda related, could it be possible that Monodevelop’s code completion is a little on the crap side? I’m used to Eclipse where it’s awesomely sharp, maybe I’m a little spoiled Or maybe there is something crucial I need to configure.