Myxcil
Myxcil
### Description https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/blob/ba302860e6edf4e710633145e96592eab06d310a/com.unity.netcode.gameobjects/Runtime/Spawning/NetworkSpawnManager.cs#L217-L219 When a client owner is removed **UpdateNetworkProperties** is called on the server with the previous **OwnerClientId** still set, which leads to wrong values in **NetworkBehaviour.IsOwner**, **IsOwnedByServer** and...
SteamP2PTransport.cs line 399 causes a NullReference when the LogLevel is set to Developer. This is because NetworkManager.IsServer is not yet set to 'true' and therefore NetworkLog.LogServer tries to send the...
workaround/possible fix: https://github.com/Unity-Technologies/multiplayer-community-contributions/issues/245