Being this far into the course, I was all “I’m gonna make this game awesome” and put all these fun things in.
Spend 3 hours last night adding button click noises and continuous music that plays across all scenes. It was working like a charm. Went to the next course which instructs you to use Unity 5 for WebGL (I wanted to use WebGL from the beginning)… when Unity 5 asked me to Update, most of my scripts took a dump. The music doesn’t work (the if statement I was using captured the scene with a deprecated syntax… new syntax isn’t just plug and play), the button clicks don’t work (mainly the same reason). The rest of the game functions fine, but any of the more advanced stuff I did is failing now.
Just FYI. If you’re following the course and you’re all “I’m gonna do this awesome stuff”… do it in Unity 5 or live without WebGL.
Hope this saves time for someone else.