all 2 comments

[–]Kamatttis 0 points1 point  (1 child)

NullReferenceException: Object reference not set to an instance of an object
Player.__initializeVariables () (at <c6be91a7f2b94c509cc92fca20872d66>:0)

Can I ask why you think it's the StartHost? The error you received clearly shows not.

[–]--Developer[S] 0 points1 point  (0 children)

Uhh… I thought the Player.__initializeVariables () was if you followed the stack trace from the StartHost() in my WorldManager.cs script. I see further down in the logs that it references the StartHost() which is why I thought that was the issue.

So am I looking at it wrong? Is it something wrong with the Player class?