I followed the instructions for the quiz game, but for whatever reason, the Game Manager object could not find the objects using FindObjectofType and gave me a null reference exception for gameObject.SetActive fxns saying that they were not set to an instance of the object.
However, when I serialized those objects and just dragged them in from the editor, I was able to run the program without a hitch. Any ideas for the reason this could be?