I am getting this error and an unable to track it down:
My MainMenu script is identical to what is in the lecture:
Clicking on “StartHostAsync” and pressing F12 takes me into HostGameManager:
I’ve added some debug.log(“Made it to Point #”) across the files. I make it to mainmenu/starthost(), but the failure seems to be ain the await HostSingleton line as I don’t make it to the try {allocation… line in HostGameManager.
I’ve gone through the videos twice and repeated the construction of these files.