My code for both ScoreKeeper and LevelManager are the exact same, word for word, as this person’s post: Error with Scorekeeper
I tried following the advice in a response there to change the Awake to Start in LevelManager, but that didn’t work either.
Basically, my GameOver screen can go back to the menu, but neither the GameOver nor the Menu screen will go back to the game because it reads a NullReferenceException on the method of LoadGame() and the GameOver.Start(), both of which use ScoreKeeper. I felt I did everything in the video, and I guess I’m not the first person to have this issue.
I looked at what the other student said they did, that adding a reference helps, but I’m not sure where exactly that should go and what it would look like.
Any help anyone can provide?