I’ve had to upgrade to Unity 5.4 for work, and so I can’t do the course in 4.7 (and also don’t care to learn a code no one is using here). That being the case, as the course progresses I’m running into more problems with coding the way the course does. One big problem in this section is the fact that the Application class no longer handles level management. Everything goes through the SceneManager class. It works better in a lot of cases, but you can’t call it in a script without first calling it as a namespace type (using UnityEngine.Scenemanagement;).
The upside is that I’m engaging the code a lot more, which helps with understanding it more deeply. It does, however, greatly slow down my pace of learning. Is there somewhere in the documentation or discussion for the course where API changes are explained, or are there any updates to the videos forthcoming?