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 NetworkObject.GraphicalObject smoother not working as clientOnly.
Fixed replicates from clients not running on server when using Inserted prediction order.
Fixed TimeManager simulates calling SyncTransforms on Physics2D rather than Physics2D.Simulate.
Added NetworkTickSmoother.FavorPredictionNetworkTransform. As true this disables smoothing when the NetworkObject enables prediction, specifies a NetworkTransform to use, and that NetworkTransform is currently smoothing.
Fixed tick smoothers interferring with NetworkTransform when EnableStateForwarding was disabled.
Fixed Prediction.Rigidbody demo creating reconcile in OnTick rather than OnPostTick.