You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed rare chance of Observers not removing a disconnected client when using multiple transports and only one is disconnected.
Fixed internal NetworkInitialize methods are now called before OnStartNetwork even if the object is disabled.
Improved SyncVar initial value will not overwrite synchronized value in the condition object receives synchronized value while disabled, and is later enabled for the first time.
Fixed OnStop callbacks not occuring on nested objects when disconnecting the transport socket.
Added TimeManager.HalfRoundTripTime.
Added Beta Recursive Despawns for internal change.
Fixed NetworkTransform.LastObserversRpcTick not resetting.
Improved adaptive interpolation to be more consistent and efficient.
Fixed harmless errors when using DebugManager Validate Rpc Lengths.
Added Tugboat.StopSocketsOnThread to stop local connections using a thread (default/current behavior).
Improved Tugboat now tries to stop the socket if detected as started when starting a new connection.
Fixed unicode strings not writing proper length.
Fixed large replicates not splitting into multiple packets.