I had the same issue. The problem was that I modified a script attached to the camera, so it didn’t derive any longer from MonoBehavior (instead I started calling the Update() and Start() methods manually). Removing the script from the Camera’s GameObject resolved the issue.
Fyi, you should never directly link to fozbug. I’ve seen people doing that before, with old tickets containing their license keys or other sensitive information.