Hey guys! I just want to say thank you for the course. I just finished NWUI and took a quick break and made my first ever non-tutorial program. It’s just a random fact generator. I used scriptable objects to store the data for the facts, Random.Range to randomise them, and an array to store the facts. I really learned that I had to break each task down into tiny tiny pieces and do one step at a time (and then test it). I’m so happy I was able to do it.
Anyway, I’ve noticed two things with unity so far. One is that random namespaces keep adding themselves to the top of my script. I tend not to notice until I get an error saying that some of my code could apply to either namespace. I’m nooby enough that my ‘solution’ so far is to delete the extra namespace.
The other thing I’ve noticed is that once you press a button, the button goes white rather than to its normal colour. I did a google search and found out that others have fixed this issue by changing Button Navigation from “automatic” to “none”. I’m nooby enough that I don’t understand what that actually does, but the buttons look how they should now.
So yeah. Thanks again.