Chapter 15 - Motion Control - Label

The label that displays the score and Game state info is not showing up after working through Chapter 15 Update HUD section on page 266.

I had this same problem. Here’s what fixed it for my project: in the Scene Editor, select camera, click the Attributes Inspector button, then change the “Y fov” to 0. For me, this field had defaulted to 45. For completeness, I also changed Z Near to 1 and Z Far to 100 (these had defaulted to 0.111 and 27.783). These instructions aren’t in the tutorial (?), but were discovered by comparing my project to chapter 15’s final project. Hope this helps