MusicCorner

Results 4 comments of MusicCorner

Same issue on my side: https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/issues/2840 @fluong6 i'm using dtls when starting relay and hosting it

Something similar and might be related: https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/issues/2840

Same issue. I played as a client for about 10 minutes and getting this error with the following errors after: ``` ArgumentOutOfRangeException: ArgumentOutOfRange_NeedNonNegNum Parameter name: count System.ArraySegment`1[T]..ctor (System.Byte[] array, System.Int32...

Having same issue. So you're telling me that netcode won't autopmatically sync network variables and you need to handle it with `NetworkConfig.SpawnTimeout = 30f;`?? Doesn't sound to be right fix...