Conundroy

Results 2 comments of Conundroy

I'm having the same error as well. I updated from 1.8.1 to 1.10.0 as @fluong6 suggested but it still gave me the same error: ``` NullReferenceException: Object reference not set...

@NoelStephensUnity Here's the script on the parent object/game manager: ``` public override void OnNetworkSpawn() { if (IsHost) GenerateItems(); base.OnNetworkSpawn(); { void GenerateItems() { Mesh mesh = Map.Instance.GetComponentInChildren().sharedMesh; Bounds bounds =...